ICalendarConnector Interface

Definition

Interface for calendar connections (e.g. Outlook).

public interface ICalendarConnector
type ICalendarConnector = interface
Public Interface ICalendarConnector
Derived

Methods

AddEventAsync(CalendarEvent, CancellationToken)

Add a new event to the user's calendar

GetEventsAsync(Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

Get the user's calendar events.

Applies to