# List Google Calendar events

Canonical URL: https://docs.fuse.init.inc/integrations/google-workspace/actions/calendar.events.list

List events on a calendar the connected principal can access.

Action ID: `calendar.events.list`
Provider: Google Workspace (`google_workspace`)
Contract version: 1

## Risk and exposure

- Risk: Read
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=true, destructive=false, idempotent=true, openWorld=true

## Required scopes

- `https://www.googleapis.com/auth/calendar.events.readonly`

## Input schema fields

- `calendar_id`
- `page_size`
- `page_token`
- `time_min`
- `time_max`
- `q`

## Output schema fields

- `events`
- `events[]`
- `events[].id`
- `events[].status`
- `events[].summary`
- `events[].description`
- `events[].location`
- `events[].start`
- `events[].start.date_time`
- `events[].start.date`
- `events[].start.time_zone`
- `events[].end`
- `events[].end.date_time`
- `events[].end.date`
- `events[].end.time_zone`
- `events[].html_link`
- `next_page_token`

Provider overview: https://docs.fuse.init.inc/integrations/google-workspace
Actions index: https://docs.fuse.init.inc/integrations/google-workspace/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/google_workspace/actions/calendar.events.list
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/google_workspace/actions
