curl --request PATCH \
--url https://api.cal.com/v1/destination-calendars/{id} \
--header 'Content-Type: application/json' \
--data '{
"integration": "<string>",
"externalId": "<string>",
"eventTypeId": 123,
"bookingId": 123
}'
curl --request PATCH \
--url https://api.cal.com/v1/destination-calendars/{id} \
--header 'Content-Type: application/json' \
--data '{
"integration": "<string>",
"externalId": "<string>",
"eventTypeId": 123,
"bookingId": 123
}'
ID of the destination calendar to edit
Your API key
Create a new booking related to one of your event-types
The body is of type object
.
OK
Was this page helpful?