updateAppointment
Update a Follow Up Boss appointment with mandatory start and end dates. Refetch appointment details with getAppointment if only the ID is known.
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 | |
| title | No | ||
| start | No | Start ISO | |
| end | No | End ISO | |
| description | No | ||
| invitees | No | ||
| allDay | No | ||
| location | No | ||
| typeId | No | Type ID | |
| outcomeId | No | Outcome ID |