gcal_update_event
Update selected fields of an existing Google Calendar event while leaving omitted details unchanged. Provide event ID and optional values for title, start, end, description, or location.
Instructions
Update one or more fields on an existing Google Calendar event. Only provided fields are changed; omitted fields remain as-is.
Args: params.event_id: ID of the event to update. params.calendar_id: Calendar containing the event. params.title/start/end/description/location: Fields to update.
Returns: str: JSON dict of the updated event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |