/v3/scheduling/bookingsBook an event
Books an event with the participants listed in the session's
Configuration object, using the details from the
Configuration. The start_time and end_time must correspond to a valid time slot returned by
the
Scheduling Availability endpoint
using the same Configuration.
Nylas validates the session ID and uses it to retrieve the related Configuration object. If you
created a public Configuration, you don't need to include the Authorization request header with
a session ID, but you do need to pass the Configuration object ID as a query parameter.
Query parameters
The timezone to use for the booking. If not provided, Nylas uses the timezone from the Configuration object.
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.
The slug of the Configuration object. You can use this with the client_id instead of using the configuration_id. If you're using session authentication (requires_session_auth is set to true) or using the configuration_id, slug is not required.
timezoneThe guest's timezone, used in email notifications. If not provided, Nylas uses the timezone from the Configuration object.