updateAppointment
Update an appointment in Follow Up Boss CRM. Requires start and end times for every update, even partial edits.
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 |