ICalendarConnector Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |