CalendarPlugin Class

Definition

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.

Applies to