updateAppointment
Update an existing appointment in Follow Up Boss by providing the appointment ID and any fields to change. Requires start and end times on every update.
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 |