---
title: "List Google Calendar events in a time range as the calling member"
method: GET
path: "/v1/capabilities/google-workspace/calendar-events"
tags: ["Capability Sources"]
---

# List Google Calendar events in a time range as the calling member

`GET /v1/capabilities/google-workspace/calendar-events`

Lists primary-calendar events for the calling member in a requested ISO time range, using their connected Google Workspace account.

## Query parameters

- `timeMin` string, date-time, required
- `timeMax` string, date-time, required
- `maxResults` integer

## Response `200`

Google Calendar events returned.

- GoogleWorkspaceCalendarEventsResponse
  - `ok` true, required
  - `events` GoogleWorkspaceCalendarEvent[], required
    - `id` string, required
    - `summary` string, required
    - `description` string, required
    - `location` string, required
    - `start` string, required
    - `end` string, required
    - `status` string, required
    - `htmlLink` string, required
    - `attendees` string[], required
    - `meetLink` string, nullable, required

## Other responses

- `401` — The caller must be signed in.
- `409` — The calling member has not connected their Google account or is missing permission.
- `502` — Google rejected the request.

---

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