RescheduleEvent

This is an object representing when an appointment was rescheduled.

This is an object representing when an appointment was rescheduled.

Example

{  "actor": null,  "initiated_by": "client",  "new_end_at": {    "local": "2023-01-01T01:00:00-05:00",    "object": "zoned_date_time",    "time_zone": "America/New_York",    "unix_ts": 1736464800,    "utc": "2023-01-01T04:00:00Z"  },  "new_start_at": {    "local": "2023-01-01T00:00:00-05:00",    "object": "zoned_date_time",    "time_zone": "America/New_York",    "unix_ts": 1736461200,    "utc": "2023-01-01T03:00:00Z"  },  "object": "reschedule_event",  "occurred_at": "2023-01-01T03:00:00Z",  "previous_end_at": {    "local": "2023-01-01T01:00:00-05:00",    "object": "zoned_date_time",    "time_zone": "America/New_York",    "unix_ts": 1736464800,    "utc": "2023-01-01T04:00:00Z"  },  "previous_start_at": {    "local": "2023-01-01T00:00:00-05:00",    "object": "zoned_date_time",    "time_zone": "America/New_York",    "unix_ts": 1736461200,    "utc": "2023-01-01T03:00:00Z"  },  "source": "client_ui"}