nylas
    Preparing search index...

    Interface ParticipantAvailability

    interface ParticipantAvailability {
        calendarIds: string[];
        openHours?: OpenHours[];
    }
    Index

    Properties

    calendarIds: string[]

    An optional list of the calendar IDs associated with each participant's email address. If not provided, Nylas uses the primary calendar ID.

    openHours?: OpenHours[]

    Open hours for this participant. The endpoint searches for free time slots during these open hours.