calendar_update_event
Modify an existing calendar event by updating its title, dates, location, or notes using the macOS Calendar system.
Instructions
Update an existing calendar event. Can modify title, dates, location, or notes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Event UID to update | |
| title | No | New event title | |
| startDate | No | New start date/time in ISO 8601 format | |
| endDate | No | New end date/time in ISO 8601 format | |
| location | No | New location | |
| notes | No | New notes/description |