v38

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1793196344.2 KB
Integrations
Integrations

List available calendars

List available calendars for a user. This can be used to ie. populate a dropdown for the user to select a calendar.

get/integrations/google_calendar/list

Response

Successful Response

Example response

{
  "items": [
    {
      "id": "amit.aardvark@gmail.com",
      "name": "Amit's Calendar",
      "primary": true,
      "timezone": "America/New_York"
    }
  ]
}