Interface CreateEventQueryParams

Interface representing of the query parameters for creating an event.

Hierarchy

  • CreateEventQueryParams

Properties

calendarId: string

The ID of the calendar to create the event in.

notifyParticipants?: boolean

Email notifications containing the calendar event is sent to all event participants.

tentativeAsBusy?: boolean

When set to false, treats tentative calendar events as busy:false. Only applicable for Microsoft and EWS calendar providers. Defaults to true.

Generated using TypeDoc