Update Event
calendar_update_eventModify an existing calendar event by its unique ID, specifying only the fields to update. Change title, time, location, notes, or attendees, and clear location or notes when needed.
Instructions
Update an existing event by UID (only provided fields are changed).
clear_location and clear_notes explicitly blank those fields.
attendees is accepted as an alias for the older invitees parameter;
new attendees are de-duplicated before AppleScript sees them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| url | No | ||
| notes | No | ||
| start | No | ||
| title | No | ||
| all_day | No | ||
| event_id | Yes | ||
| invitees | No | ||
| location | No | ||
| attendees | No | ||
| clear_url | No | ||
| clear_notes | No | ||
| clear_location | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||