Calculate slots based on routing form response
It will not actually save the response just return the routed event type and slots when it can be booked.
Headers
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Path Parameters
Query Parameters
"2050-09-05"
"2050-09-06"
Time zone in which the available slots should be returned. Defaults to UTC.
"Europe/Rome"
If event type has multiple possible durations then you can specify the desired duration here. Also, if you are fetching slots for a dynamic event then you can specify the duration her which defaults to 30, meaning that returned slots will be each 30 minutes long.
"60"
Format of slot times in response. Use 'range' to get start and end times.
range, time "range"
The unique identifier of the booking being rescheduled. When provided will ensure that the original booking time appears within the returned available slots when rescheduling.
"abc123def456"
Only for round robin event types that allow the person rescheduling to choose the host. True returns slots of the original host, false returns slots of any available host. Ignored for other event types.
true
Body
The routing form response, as a map of field identifier to answer. Answers use the option label, not the option id. Must not be empty - without answers no route can match.