RescheduleAppointmentRequest
Request schema for rescheduling an appointment
Request schema for rescheduling an appointment
Example
{ "end_at": "2025-03-01T11:00:00-05:00", "initiated_by": "client", "provider_id": "prv_1234567890", "start_at": "2025-03-01T10:00:00-05:00", "time_zone": "America/New_York"}RecurrenceRule
A recurrence rule describes a repeating pattern of times. Recurrences rules in SavvyCal are modeled after the conventions of [iCalendar](https://en.wikipedia.org/wiki/ICalendar) recurrence rules (RRULE), but are a subset of the full specification.
RescheduleEvent
This is an object representing when an appointment was rescheduled.