update_event
Modify an existing calendar event's title, time, location, description, or attendees using Google Calendar.
Instructions
Update an existing calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time (ISO format) | |
| start | No | Start time (ISO format) | |
| eventId | Yes | Event ID to update | |
| summary | No | Event title | |
| location | No | Event location | |
| attendees | No | List of attendee emails | |
| calendarId | No | Calendar ID | primary |
| description | No | Event description |