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

# List User Google Calendars

`GET /calendars/google-calendars`

List the current user's Google calendars stored in the database.

Returns calendars that have been previously synced for this user.
Use POST /calendars/google-calendars/sync to fetch the latest calendars from Google.

## Response `200`

Successful Response

- GoogleCalendarListResponse — Response model for list of Google Calendars
  - `calendars` AppCalendarSchemasGoogleCalendarItem[], required
    - `google_calendar_id` string, uuid, required
    - `google_calendar_unique_name` string, required
    - `calendar_id` string, uuid, nullable, required
    - `summary` string, nullable, required
    - `description` string, nullable, required
    - `time_zone` string, nullable, required
    - `primary_calendar` boolean, required
    - `access_role` string, nullable, required

---

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