Create Booking Request
Class representation of a confirm booking request.
Constructors
Types
Builder for CreateBookingRequest.
Properties
A dictionary of additional field keys mapped to the values populated by the guest in the booking form.
An array of objects that include a list of additional guest email addresses to include in the booking.
The language of the guest's email notifications.
Details about the guest that is creating the booking. The guest name and email are required.
An array of objects that include a list of participant email addresses from the Configuration object to include in the booking. If not provided, Nylas includes all participants from the Configuration object.
Functions
A dictionary of additional field keys mapped to the values populated by the guest in the booking form.
An array of objects that include a list of additional guest email addresses to include in the booking.
The language of the guest's email notifications.
The event's end time, in Unix epoch format.
Details about the guest that is creating the booking. The guest name and email are required.
An array of objects that include a list of participant email addresses from the Configuration object to include in the booking. If not provided, Nylas includes all participants from the Configuration object.
The event's start time, in Unix epoch format.
The guest's timezone that is used in email notifications.