update_event
Update specific fields of an existing calendar event. Modify title, time, location, recurrence, attendees, or reminders while keeping other details unchanged.
Instructions
Update an existing calendar event. Only provided fields will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Event end time (ISO format) | |
| start | No | Event start time (ISO format) | |
| account | No | Account alias | |
| all_day | No | Whether this is an all-day event | |
| summary | No | Event title/summary | |
| location | No | Event location | |
| event_uid | Yes | Event UID to update | |
| description | No | Event description | |
| calendar_uid | Yes | Calendar UID | |
| alarm_minutes | No | Reminder minutes before event | |
| attendees_json | No | JSON string of attendees list | |
| recurrence_rule | No | RRULE for recurring events |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||