POST
/
destination-calendars
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
}'

Authorizations

apiKey
string
query
required

Query Parameters

apiKey
string
required

Your API key

Body

application/json
Create a new destination calendar for your events

The body is of type object.

Response

201

OK, destination calendar created