# Create Google Calendar event

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

Create a calendar event using a caller-supplied event ID as the provider idempotency key.

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

## Risk and exposure

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

## Required scopes

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

## Input schema fields

- `calendar_id`
- `event_id`
- `summary`
- `description`
- `location`
- `start`
- `start.date_time`
- `start.date`
- `start.time_zone`
- `end`
- `end.date_time`
- `end.date`
- `end.time_zone`

## Output schema fields

- `id`
- `status`
- `summary`
- `description`
- `location`
- `start`
- `start.date_time`
- `start.date`
- `start.time_zone`
- `end`
- `end.date_time`
- `end.date`
- `end.time_zone`
- `html_link`

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.create
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/google_workspace/actions
