/v1/calendars

Fetch the list of calendars for the current user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Example Result:

{
  calendars: [ {
    id: 123,
    name: "Apptoto Calendar"
  }]
}

OAuth scope

Calls authenticated with an OAuth 2.0 bearer token must include the calendars:read scope. A token without it receives a 403 insufficient_scope response. HTTP Basic auth is not scope-gated.

Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here!