Find a selected calendar by providing the compoundId(userId_integration_externalId) separated by `_`
Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Find a selected calendar by providing the compoundId(userId_integration_externalId) separated by `_`
GET
/
selected-calendars
/
{userId}
_
{integration}
_
{externalId}
curl --request GET \
--url https://api.cal.com/v1/selected-calendars/{userId}_{integration}_{externalId}
Authorizations
Path Parameters
userId of the selected calendar to get
externalId of the selected calendar to get
integration of the selected calendar to get
Query Parameters
Your API Key
Response
200
OK
Was this page helpful?
curl --request GET \
--url https://api.cal.com/v1/selected-calendars/{userId}_{integration}_{externalId}