Reschedule appointment
acuity_reschedule_appointmentRESCHEDULES an existing appointment to a new time (and optionally a new calendar). This MODIFIES the calendar and, unless suppressed, may send update emails. Acuity REST: PUT /appointments/{id}/reschedule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Appointment id to reschedule (required). | |
| admin | No | If true, reschedule as admin (bypasses availability checks). | |
| noEmail | No | If true, suppress reschedule emails. | |
| datetime | Yes | New start time in ISO 8601 with offset, e.g. '2026-08-16T10:00:00-0400' (required). | |
| calendarID | No | Move the appointment to this calendar id. |