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

# Get calendar connection status

`GET /v1/calendar/status`

Returns whether the authenticated user has a Google Calendar connected, and if so, which Google account email is linked.

## Response `200`

Default Response

- object
  - `connected` boolean
  - `provider` string — Always `google` when connected
  - `calendar_email` string — Google account email linked to the calendar

---

[API](https://skmtc.net/schedkit/apis/schedkit-api.md) · [All operations](https://skmtc.net/schedkit/apis/schedkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schedkit/schedkit-api/revisions/ff810218c3f4/schema)
