calendar_update_event
Modify existing calendar events by updating title, time, location, or description using CalDAV protocol.
Instructions
Update fields on an existing CalDAV event.
Args: href: The href of the .ics resource (from calendar_list_events). title: New summary/title (omit to keep existing). start: New start datetime ISO string (omit to keep existing). end: New end datetime ISO string (omit to keep existing). location: New location (omit to keep existing). description: New description (omit to keep existing).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| href | Yes | ||
| title | No | ||
| start | No | ||
| end | No | ||
| location | No | ||
| description | No |