nylas
    Preparing search index...

    Interface GetAvailabilityResponse

    Interface for a Nylas get availability response

    interface GetAvailabilityResponse {
        order: string[];
        timeSlots: TimeSlot[];
    }
    Index

    Properties

    Properties

    order: string[]

    This property is only populated for round-robin events. It will contain the order in which the accounts would be next in line to attend the proposed meeting.

    timeSlots: TimeSlot[]

    The available time slots where a new meeting can be created for the requested preferences.