cURL
curl --request PATCH \ --url 'https://api.cal.com/v1/destination-calendars/{id}?apiKey=' \ --header 'Content-Type: application/json' \ --data ' { "integration": "<string>", "externalId": "<string>", "eventTypeId": 123, "bookingId": 123 } '
ID of the destination calendar to edit
Your API key
Create a new booking related to one of your event-types
The integration
The external ID of the integration
The ID of the eventType it is associated with
The booking ID it is associated with
OK
Was this page helpful?