---
title: "List Connection Calendars"
method: GET
path: "/calendar/connections/{connection_id}/calendars"
tags: ["calendar"]
---

# List Connection Calendars

`GET /calendar/connections/{connection_id}/calendars`

List the calendars on a connected account, flagging the selected ones.

## Path parameters

- `connection_id` string, required

## Response `200`

Successful Response

- CalendarsResponse
  - `calendars` CalendarInfo[], required
    - `id` string, required
    - `name` string, required
    - `primary` boolean, required
    - `selected` boolean, required
    - `time_zone` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/7367652ab574?raw)
