calendar_update_event
Update specific fields of an existing calendar event without affecting others. Modify title, time, description, or location as needed.
Instructions
Update an existing calendar event. Only provided fields are changed.
Args: calendar_id: Target calendar name or URL path event_uid: UID of the event to update summary: New event title (omit to keep unchanged) start: New ISO 8601 start time (omit to keep unchanged) end: New ISO 8601 end time (omit to keep unchanged) description: New description (omit to keep unchanged) location: New location (omit to keep unchanged)
Use calendar_get_event first to see current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No | ||
| summary | No | ||
| location | No | ||
| event_uid | Yes | ||
| calendar_id | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |