iCalendlyDeveloper Docs
Calendars

GETGet OAuth connect URL

GET/v2/calendars/{calendar}/connect

Path Parameters

calendarRequiredstring
Value in: "office365" | "google"

Query Parameters

isDryRunRequiredboolean
redirstring

Redirect URL after successful calendar authorization.

Header Parameters

AuthorizationRequiredstring

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

curl -X GET "https://example.com/v2/calendars/office365/connect?isDryRun=true&redir=%3Cstring%3E" \
  -H "Authorization: <string>"

{}