---
title: "List Calendars"
method: GET
path: "/api/user/calendar/calendars"
---

# List Calendars

`GET /api/user/calendar/calendars`

Fetch the user's Google Calendar list from the Google API.

## Response `200`

Successful Response

- CalendarListResponse
  - `calendars` CalendarListEntry[], required
    - `id` string, required
    - `summary` string, required
    - `primary` boolean
    - `access_role` string

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/0e52fe5f8d33/schema)
