nylas
    Preparing search index...

    Interface GetFreeBusyRequest

    Class representation of a Nylas get free-busy request

    interface GetFreeBusyRequest {
        emails: string[];
        endTime: number;
        startTime: number;
        tentativeAsBusy?: boolean;
    }
    Index

    Properties

    emails: string[]

    A list of email addresses to check the free/busy schedules for.

    endTime: number

    Unix timestamp representing the end of the time block for assessing the account's free/busy schedule.

    startTime: number

    Unix timestamp representing the start of the time block for assessing the account's free/busy schedule.

    tentativeAsBusy?: boolean

    When true, Nylas treats tentative events as busy.

    true