nylas
    Preparing search index...

    Interface CreateBookingQueryParams

    interface CreateBookingQueryParams {
        configurationId?: string;
        slug?: string;
        timezone?: string;
    }
    Index

    Properties

    configurationId?: string

    The ID of the Configuration object whose settings are used for calculating availability. If you're using session authentication (requires_session_auth is set to true), configuration_id is not required.

    slug?: string

    The slug of the Configuration object whose settings are used for calculating availability. If you're using session authentication (requires_session_auth is set to true) or using configurationId, slug is not required.

    timezone?: string

    The timezone to use for the booking. If not provided, Nylas uses the timezone from the Configuration object.