Upcoming Appointments
Use the upcomingAppointments
query to retrieve the list of coming appointments assigned for a user.
Arguments
Argument | Type | Description |
---|---|---|
| Int | Retrieves the first results from the list. |
| Int | Retrieves the last results from the list. |
| String | See pagination. |
| String | See pagination. |
Available Fields
Field | Type | Description |
| ID | A base64-encoded version of the |
| AppointmentCredit | |
| AppointmentType! | |
| string | |
| string | Coaching portal Coach. |
| CalendarContactType! | enum: GOOGLE_MEET, PHONE_CALL, VIDEO_CALL, ZOOM |
| String | Description of the appointment. |
| DateTime! | Date and time when the appointment will end. |
| LabTestReportConnection | Lab test report assigned to the appointment. |
| PostEventStatus | enum: CANCELED_BY_COACH, CANCELED_BY_MEMBER, COACH_NO_SHOW COMPLETED, MEMBER_NO_SHOW, RESCHEDULED_BY_ADMIN, RESCHEDULED_BY_COACH, RESCHEDULED_BY_MEMBER, SCHEDULED |
| DateTime! | Date and time when the appointment will start. |
| EventStatus! | enum: CANCELLED, CONFIRMED, TENTATIVE, UNKNOW |
| String! | Title of the appointment. |
| String | Zoom session name. |
| String | Zoom session password. |
Example
Building Appointment URL
We do not provide the appointment URL as field, instead we build the link directly on the app which can be done by using below link and replacing the fields zoomSessionName
, zoomSessionPassword
and displayName
with the data gathared from the query upcomingAppointments
as below:
URL Template:
End Result:
Last updated