cURL
curl --request GET \ --url https://api.cal.com/v2/calendars/ics-feed/check \ --header 'Authorization: <authorization>'
{}
If accessed using an OAuth access token, the APPS_READ scope is required.
APPS_READ
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Bearer <token>
<token>
The response is of type object.
object
Was this page helpful?