nylas
    Preparing search index...

    Interface AvailabilityParticipant

    Interface of participant details to check availability for.

    interface AvailabilityParticipant {
        calendarIds?: string[];
        email: 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.

    email: string

    The email address of the participant.

    openHours?: OpenHours[]

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