curl --request GET \
--url https://api.cal.com/v2/calendars/{calendar}/connect \
--header 'Authorization: <authorization>'
{}
curl --request GET \
--url https://api.cal.com/v2/calendars/{calendar}/connect \
--header 'Authorization: <authorization>'
{}
value must be Bearer <token>
where <token>
is api key prefixed with cal_ or managed user access token
office365
, google
Redirect URL after successful calendar authorization.
The response is of type object
.
Was this page helpful?