updateAppointment
Update appointment details. Provide start and end dates for every update, fetching the appointment first if only the ID is known.
Instructions
Update an appointment. FUB requires start and end on EVERY update 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 |