yaag_update_event
Update an existing calendar event by providing its ID and modifying fields such as title, dates, description, category, or all-day status.
Instructions
Update an existing event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | The ID of the event to update | |
| title | No | New event title | |
| startDate | No | New start date in ISO 8601 format | |
| endDate | No | New end date in ISO 8601 format | |
| description | No | New event description | |
| categoryId | No | New category ID | |
| allDay | No | Whether this is an all-day event |