workspace_create_event
Create timed or all-day Google Calendar events by specifying summary, start/end datetimes in RFC3339 format, with optional timezone, location, and description.
Instructions
Create a Google Calendar event (timed or all-day). Supports RFC3339 datetimes and IANA timezones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendarId | No | Calendar ID (default: 'primary' for the authenticated user's calendar) | primary |
| summary | Yes | Event title | |
| startDateTime | Yes | Start time in RFC3339 with timezone offset (e.g. "2026-04-01T10:00:00+09:00"). For all-day events use date only: "2026-04-01" | |
| endDateTime | Yes | End time in RFC3339 with timezone offset. For all-day events use date only: "2026-04-02" | |
| timeZone | No | IANA timezone (e.g. "Asia/Tokyo"). Used when offset is ambiguous. | |
| allDay | No | If true, use date-only format for start/end (e.g. "2026-04-01") | |
| description | No | Event description | |
| location | No | Location or meeting room |