POSTReserve a slot
Reserves a time slot temporarily.
/v2/slots/reservationsRequest Body
application/jsonRequiredeventTypeIdRequirednumberThe ID of the event type for which slot should be reserved.
slotStartRequiredstringISO 8601 datestring in UTC timezone representing available slot.
slotDurationnumberBy default slot duration is equal to event type length, but if you want to reserve a slot for an event type that has a variable length you can specify it here as a number in minutes. If you don't have this set explicitly that event type can have one of many lengths you can omit this.
reservationDurationnumberONLY for authenticated requests with api key, access token or OAuth credentials (ID + secret).
Header Parameters
cal-api-versionRequiredstringMust be set to 2024-09-04. If not set to this value, the endpoint will default to an older version.
"2024-09-04"Authorizationstringvalue must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
x-cal-client-idstringFor platform customers - OAuth client ID