calendar_update
Update Google Calendar events by editing titles, times, locations, or descriptions. Manage attendee notifications with the send_updates option. Requires event ID.
Instructions
Modify an existing calendar event. Does NOT notify attendees by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID to update | |
| title | No | New title | |
| start | No | New start time (ISO 8601) | |
| end | No | New end time (ISO 8601) | |
| description | No | New description | |
| location | No | New location | |
| send_updates | No | Notify attendees (default: false) | |
| calendar_id | No | Calendar ID | primary |
| account | No | Account name |