update_event
Update an existing calendar event by specifying its UID and modifying details like date, time, title, location, attendees, or status.
Instructions
Update an existing event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | New end date/time (ISO 8601 format) | |
| url | No | New event URL | |
| rrule | No | New recurrence rule | |
| start | No | New start date/time (ISO 8601 format) | |
| allDay | No | Whether this is an all-day event | |
| status | No | New event status | |
| eventId | Yes | The event UID to update | |
| summary | No | New event title/summary | |
| location | No | New event location | |
| attendees | No | New list of attendee emails | |
| organizer | No | New organizer email | |
| calendarId | Yes | The calendar identifier | |
| categories | No | New event categories | |
| description | No | New event description |