curl --request POST \
--url https://api.cal.com/v1/destination-calendars \
--header 'Content-Type: application/json' \
--data '{
"integration": "<string>",
"externalId": "<string>",
"eventTypeId": 123,
"bookingId": 123,
"userId": 123
}'
curl --request POST \
--url https://api.cal.com/v1/destination-calendars \
--header 'Content-Type: application/json' \
--data '{
"integration": "<string>",
"externalId": "<string>",
"eventTypeId": 123,
"bookingId": 123,
"userId": 123
}'
Your API key
Create a new destination calendar for your events
The body is of type object
.
OK, destination calendar created
Was this page helpful?