nylas
    Preparing search index...

    Interface FindEventQueryParams

    Interface representing of the query parameters for finding an event.

    interface FindEventQueryParams {
        calendarId: string;
        tentativeAsBusy?: boolean;
    }
    Index

    Properties

    calendarId: string

    Calendar ID to find the event in. "primary" is a supported value indicating the user's primary calendar.

    tentativeAsBusy?: boolean

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