update_event
Update an existing calendar event by modifying its title, location, description, start/end times, or attendees.
Instructions
Update an existing calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | New end time in ISO format | |
| start | No | New start time in ISO format | |
| eventId | Yes | Event ID to update | |
| summary | No | New event title | |
| location | No | New event location | |
| attendees | No | New list of attendee email addresses | |
| description | No | New event description |