---
title: "Scheduler Calendar Status"
method: GET
path: "/api/app-auto-gtm/scheduler/calendar-status"
tags: ["CalBridgeExperiment"]
---

# Scheduler Calendar Status

`GET /api/app-auto-gtm/scheduler/calendar-status`

Report whether the user's Cal.com account has a Google Calendar
credential — used by the frontend to swap between "Connect" and
"Connected ✓ + Manage calendars".

Mirrors the dev-fallback 503 behaviour of ``/provision`` so the
client doesn't have to special-case this endpoint.

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- SchedulerCalendarStatus
  - `google_connected` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/b33fc5cb0069/schema)
