---
title: "Get Calendar Status"
method: GET
path: "/calendar/status"
tags: ["Calendar"]
---

# Get Calendar Status

`GET /calendar/status`

Get calendar connection status.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- CalendarConnectionStatusResult — Response with calendar connection status.
  - `connected` boolean, required — Whether calendar is connected
  - `provider` string, nullable — Calendar provider name
  - `expiration` integer, nullable — Token expiration timestamp
  - `last_synced` string, nullable — Last sync timestamp

## Other responses

- `422` — Validation Error

---

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