update_calendar_event
Update a calendar event by its ID or title. Modify fields like title, start time, duration, location, or notes.
Instructions
Update an exact or uniquely matching Calendar event.
Args: identifier: Event id or title text title: Optional replacement title start_datetime: Optional replacement start in "YYYY-MM-DD HH:MM" format duration_minutes: Optional replacement duration calendar_name: Optional calendar name for matching location: Optional replacement location notes_text: Optional replacement notes
Returns: Structured JSON with updated event metadata or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| location | No | ||
| identifier | Yes | ||
| notes_text | No | ||
| calendar_name | No | ||
| start_datetime | No | ||
| duration_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |