AppointmentProvider
A provider associated with an appointment, along with their role.
A provider associated with an appointment, along with their role.
Example
{ "created_at": "2017-09-12T12:34:55Z", "display_name": "John Smith", "email": "john@example.com", "first_name": "John", "id": "prov_d025a96ac0c6", "last_name": "Smith", "metadata": { "external_id": "123" }, "object": "provider", "role": "primary", "time_zone": "America/New_York", "updated_at": "2017-09-13T10:11:12Z"}AppointmentMeetingUpdateFailedEventData
Emitted when an update to an existing meeting with the conferencing provider terminally fails — including when the provider reports the meeting was deleted out-of-band. The `object.meeting.error_message` field carries the failure reason.
AppointmentRescheduledEventData
This is an object representing data for the appointment rescheduled event.