cURL
curl --request POST \ --url 'https://api.cal.com/v1/destination-calendars?apiKey=' \ --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 integration
The external ID of the integration
The ID of the eventType it is associated with
The booking ID it is associated with
The user it is associated with
OK, destination calendar created
Was this page helpful?