Update iCloud Event
icloud_update_eventUpdate existing iCloud calendar events by providing the UID and any fields to modify, such as summary, description, location, or time.
Instructions
Update fields on an existing event by UID.
Args:
calendar: Display name or full CalDAV URL where the event lives
uid: Event UID (from icloud_list_events)
Any of: summary, description, location, start, end, allDay (only provided fields are updated)
Returns confirmation with the updated UID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| uid | Yes | UID of the event to update | |
| start | No | ||
| allDay | No | ||
| summary | No | ||
| calendar | Yes | Calendar display name or full CalDAV URL | |
| location | No | ||
| description | No |