nylas
    Preparing search index...

    Interface CreateEventQueryParams

    Interface representing of the query parameters for creating an event.

    interface CreateEventQueryParams {
        calendarId: string;
        notifyParticipants?: boolean;
        tentativeAsBusy?: boolean;
    }
    Index

    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.