Get an appointment
get_appointmentGet full appointment information—status, attendees with attendeeIds, hosts, location, notes—to verify bookings and manage guest additions or cancellations.
Instructions
Return full detail for one appointment: status, attendees and their attendeeIds, hosts, location and notes. The attendeeIds support guest additions and per-attendee cancellation. The status indicates whether the booking is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appointmentId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| end | No | End, ISO 8601 | |
| hosts | No | ||
| notes | No | Host-side note and booking-form answers | |
| start | No | Start, ISO 8601 | |
| status | No | Derived by this server: never report a cancelled appointment as upcoming | |
| location | No | Where the meeting happens, as configured on the meeting type | |
| attendees | No | ||
| isCancelled | No | ||
| rescheduled | No | Present and true when the appointment was moved at least once | |
| meetingTypeId | No |