nylas
    Preparing search index...

    Interface Configuration

    interface Configuration {
        appearance?: Record<string, string>;
        availability: Availability;
        eventBooking: EventBooking;
        participants: ConfigParticipant[];
        requiresSessionAuth?: boolean;
        scheduler?: SchedulerSettings;
        slug?: string;
    }
    Index

    Properties

    appearance?: Record<string, string>

    The appearance settings for the Scheduler UI.

    availability: Availability

    The rules that determine the available time slots for the event.

    eventBooking: EventBooking

    The booking data for the event.

    participants: ConfigParticipant[]

    The list of participants that is included in the scheduled event. All participants must have a valid Nylas grant.

    requiresSessionAuth?: boolean

    If true, the scheduling Availability and Bookings endpoints require a valid session ID to authenticate requests when you use this configuration.

    scheduler?: SchedulerSettings

    The settings for the Scheduler UI.

    slug?: string

    The slug of the Configuration object. This is an optional, unique identifier for the Configuration object.