update_event
Update an existing calendar event by modifying its title, schedule, location, description, color, or all-day status.
Instructions
Update an existing calendar event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The event UUID | |
| color | No | Color (hex code) | |
| title | No | Event title | |
| all_day | No | All-day event | |
| end_time | No | End time (ISO 8601) | |
| location | No | Location | |
| start_time | No | Start time (ISO 8601) | |
| description | No | Event description |