GET
/
v2
/
calendars
/
{calendar}
/
connect
curl --request GET \
  --url https://api.cal.com/v2/calendars/{calendar}/connect \
  --header 'Authorization: <authorization>'
{}

Headers

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token

Path Parameters

calendar
enum<string>
required
Available options:
office365,
google

Query Parameters

redir
string

Redirect URL after successful calendar authorization.

Response

200 - application/json

The response is of type object.