nylas
    Preparing search index...

    Interface FreeBusyTimeSlot

    Interface representation of a Nylas free-busy time slot object.

    interface FreeBusyTimeSlot {
        endTime: number;
        startTime: number;
        status: string;
    }
    Index

    Properties

    endTime: number

    Unix timestamp for the end of the slot.

    startTime: number

    Unix timestamp for the start of the slot.

    status: string

    The status of the time slot.