iCalendlyDeveloper Docs
Calendars

GETCheck a calendar connection

GET/v2/calendars/{calendar}/check

Path Parameters

calendarRequiredstring
Value in: "apple" | "google" | "office365"

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/apple/check" \
  -H "Authorization: <string>"

{}