cal_create_event
Create a calendar event by specifying title, start and end times (RFC 3339 with timezone offset), optional attendees and description. User must confirm before execution.
Instructions
Create a calendar event. Requires user confirmation before calling.
calendar accepts 'user', 'hermes', or a full Google Calendar ID.
start and end must be RFC 3339 datetimes with timezone offset.
Returns dict with key: id (created event ID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar | Yes | ||
| title | Yes | ||
| start | Yes | ||
| end | Yes | ||
| attendees | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||