curl --request POST \
--url https://api.cal.com/v1/selected-calendars \
--header 'Content-Type: application/json' \
--data '{
"integration": "<string>",
"externalId": "<string>"
}'
curl --request POST \
--url https://api.cal.com/v1/selected-calendars \
--header 'Content-Type: application/json' \
--data '{
"integration": "<string>",
"externalId": "<string>"
}'
Your API Key
Create a new selected calendar
The body is of type object
.
OK, selected calendar created