updateAppointment
Update appointment details such as title, time, location, and invitees. Provide both start and end values on every update to prevent 'Valid Start and End dates are required' errors.
Instructions
Update an appointment. FUB requires start and end on EVERY update (even partial edits) or it returns 'Valid Start and End dates are required'. Refetch with getAppointment first if you only have the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Appointment ID | |
| end | No | End ISO | |
| start | No | Start ISO | |
| title | No | ||
| allDay | No | ||
| typeId | No | Type ID | |
| invitees | No | ||
| location | No | ||
| outcomeId | No | Outcome ID | |
| description | No |