Destination Calendars
Creates a new destination calendar
Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Destination Calendars
Creates a new destination calendar
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
Query Parameters
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
Was this page helpful?
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
}'