calendar_update_event
Update an existing calendar event by providing its ID and new details such as title, start/end times, or description. Approval required for changes.
Instructions
Update an existing calendar event (requires approval)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | New event title | |
| end_time | No | New end time (ISO 8601) | |
| event_id | Yes | ID of the event to update | |
| start_time | No | New start time (ISO 8601) | |
| calendar_id | No | primary | |
| description | No | New event description |