---
title: "List Google Calendars"
method: GET
path: "/developer/google-calendars"
tags: ["Developer", "Developer - Calendar"]
---

# List Google Calendars

`GET /developer/google-calendars`

List Google calendars for the current customer.

This endpoint is restricted to developer users only.
Fetches all calendars from the Google Calendar API using service account impersonation.

## Response `200`

Successful Response

- GoogleCalendarsResponse — Response with list of Google calendars
  - `connected` boolean, required — Whether Google is connected
  - `calendars` AppDeveloperSchemasGoogleCalendarItem[] — List of calendars
    - `id` string, required — Calendar ID
    - `summary` string, required — Calendar title/summary
    - `description` string, nullable — Calendar description
    - `time_zone` string, required — Calendar timezone
    - `access_role` string, required — User's access role
    - `primary` boolean — Whether this is the user's primary calendar

---

[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)
