---
title: "Get Calendar"
method: GET
path: "/calendars/{calendar_id}"
tags: ["Calendar"]
---

# Get Calendar

`GET /calendars/{calendar_id}`

Get calendar details by ID.

- **calendar_id**: The ID of the calendar (path parameter)

Returns calendar details including timezone information.

## Path parameters

- `calendar_id` string, uuid, required

## Response `200`

Successful Response

- CalendarResponse — Response model for calendar
  - `calendar_id` string, uuid, required
  - `name` string, required
  - `provider` 'google_calendar' | 'zoho' | 'google_calendar_ics' | 'microsoft365_calendar', required — Calendar provider types
  - `ics_url` string, nullable
  - `timezone` string
  - `used_for_availability` boolean
  - `is_google_primary` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
