OutlookCalendarConnector Class
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.
Connector for Outlook Calendar API
public class OutlookCalendarConnector : Microsoft.SemanticKernel.Plugins.MsGraph.ICalendarConnector
type OutlookCalendarConnector = class
interface ICalendarConnector
Public Class OutlookCalendarConnector
Implements ICalendarConnector
- Inheritance
-
OutlookCalendarConnector
- Implements
Constructors
| OutlookCalendarConnector(GraphServiceClient) |
Initializes a new instance of the OutlookCalendarConnector class. |
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. |