CalendarPlugin 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.
Plugin for calendar operations.
public sealed class CalendarPlugin
type CalendarPlugin = class
Public NotInheritable Class CalendarPlugin
- Inheritance
-
CalendarPlugin
Constructors
| CalendarPlugin(ICalendarConnector, ILoggerFactory) |
Initializes a new instance of the CalendarPlugin class. |
Methods
| AddEventAsync(String, DateTimeOffset, DateTimeOffset, String, String, String) |
Add an event to my calendar. |
| GetCalendarEventsAsync(Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Get calendar events with specified optional clauses used to query for messages. |