Authorizations
Query Parameters
Your API Key
Body
application/json
Create a new selected calendar
The body is of type object
.
Response
OK, selected calendar created
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
Was this page helpful?