---
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

## Changes

- **2026-03-31** `d096c2fda39b` — 1 info
  - added the optional property `calendars/items/access_role` to the response with the `200` status
- **2026-03-30** `94e01de5bc0e` — 1 info
  - endpoint added
- **2026-03-20** `4c528359213d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/user/calendar/calendars/get.md)

---

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