nylas
    Preparing search index...

    Interface FreeBusy

    This interface represents a successful free-busy response.

    interface FreeBusy {
        email: string;
        object: FREE_BUSY;
        timeSlots: FreeBusyTimeSlot[];
    }
    Index

    Properties

    email: string

    The participant's email address.

    object: FREE_BUSY

    The type of the response.

    timeSlots: FreeBusyTimeSlot[]

    A list of busy time slots.