Selected Calendars
Creates a new selected calendar
Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Selected Calendars
Creates a new selected calendar
POST
/
selected-calendars
curl --request POST \
--url https://api.cal.com/v1/selected-calendars \
--header 'Content-Type: application/json' \
--data '{
"integration": "<string>",
"externalId": "<string>"
}'
Authorizations
Query Parameters
Your API Key
Body
application/json
Create a new selected calendar
The body is of type object
.
Response
201
OK, selected calendar created
curl --request POST \
--url https://api.cal.com/v1/selected-calendars \
--header 'Content-Type: application/json' \
--data '{
"integration": "<string>",
"externalId": "<string>"
}'