cal_update_event
Modify specific fields of a Google Calendar event by supplying a dictionary of changes for attributes such as summary or location.
Instructions
Patch specific fields of a calendar event. Requires user confirmation before calling.
calendar accepts 'user', 'hermes', or a full Google Calendar ID.
fields is a dict of Google Calendar event fields to update (e.g.,
{"summary": "New title", "location": "Room 3"}).
Returns dict with key: id (updated event ID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar | Yes | ||
| event_id | Yes | ||
| fields | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||