Manage events on Google Calendar.
# Google Calendar Skillpack
Use this tool family for calendar availability, event lookup, event creation, and event updates.
## When to use it
Choose Google Calendar when the task involves:
- checking free/busy windows
- listing calendars or events
- creating a new event
- updating or deleting an existing event
## How to use it through Clono
1. Search operations:
- `GET /api/tools/search?q=google calendar`
- or `GET /api/tools/search?q=calendar`
2. Pick an operation from the `google_calendar` tool family.
3. Start a run:
- `POST /api/tool-runs`
4. Poll for completion:
- `GET /api/tool-runs/{runId}`
## Requirements
- The user must have connected Google Calendar in Clono Integrations.
- Date/time values should be explicit and unambiguous.
- If the operation needs a `calendar_id`, prefer `primary` unless the user specified another calendar.