Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Destination Calendars
Edit an existing destination calendar
PATCH
/
destination-calendars
/
{id}
curl --request PATCH \
--url https://api.cal.com/v1/destination-calendars/{id} \
--header 'Content-Type: application/json' \
--data '{
"integration": "<string>",
"externalId": "<string>",
"eventTypeId": 123,
"bookingId": 123
}'
Authorizations
Path Parameters
ID of the destination calendar to edit
Query Parameters
Your API key
Body
application/json
Create a new booking related to one of your event-types
The body is of type object
.
Response
200
OK
Was this page helpful?
curl --request PATCH \
--url https://api.cal.com/v1/destination-calendars/{id} \
--header 'Content-Type: application/json' \
--data '{
"integration": "<string>",
"externalId": "<string>",
"eventTypeId": 123,
"bookingId": 123
}'
Assistant
Responses are generated using AI and may contain mistakes.