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
}'Was this page helpful?