update_appointment
Modify existing appointments by updating their title, time, location, status, and assigned user.
Instructions
Update an existing appointment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New appointment title | |
| address | No | New meeting location/address | |
| endTime | No | New end time in ISO 8601 format | |
| eventId | Yes | The appointment/event ID to update | |
| startTime | No | New start time in ISO 8601 format | |
| calendarId | No | New calendar ID (to move appointment) | |
| description | No | New appointment description | |
| assignedUserId | No | New user ID to assign the appointment to | |
| appointmentStatus | No | New status of the appointment |