---
title: "List available calendars"
method: GET
path: "/integrations/google_calendar/list"
tags: ["Integrations", "Integrations"]
---

# List available calendars

`GET /integrations/google_calendar/list`

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

## Response `200`

Successful Response

- CalendarList
  - `items` Calendar[], required
    - `id` string, required — The ID of the calendar
    - `name` string, required — The name of the calendar
    - `timezone` string, nullable, required — Default timezone of the calendar
    - `primary` boolean, required — Whether the calendar is the primary calendar of the user

---

[API](https://skmtc.net/hyperspell/apis/hyperspell-api.md) · [All operations](https://skmtc.net/hyperspell/apis/hyperspell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperspell/hyperspell-api/revisions/5721acd588e6/schema)
