Upcoming Appointments
Last updated
Last updated
Use the upcomingAppointments
query to retrieve the list of coming appointments assigned for a user.
Argument | Type | Description |
---|---|---|
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:
first
Int
Retrieves the first results from the list.
last
Int
Retrieves the last results from the list.
after
String
See pagination.
before
String
See pagination.
Field
Type
Description
id
ID
A base64-encoded version of the databaseId
appointmentCredits
AppointmentCredit
appointmentType
AppointmentType!
attendees
string
coach
string
Coaching portal Coach.
contactType
CalendarContactType!
enum: GOOGLE_MEET, PHONE_CALL, VIDEO_CALL, ZOOM
description
String
Description of the appointment.
end
DateTime!
Date and time when the appointment will end. YYYY-MM-DDT hh:mm:ss
labTestReports
LabTestReportConnection
Lab test report assigned to the appointment.
postEventStatus
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
start
DateTime!
Date and time when the appointment will start. YYYY-MM-DDT hh:mm:ss
status
EventStatus!
enum: CANCELLED, CONFIRMED, TENTATIVE, UNKNOW
title
String!
Title of the appointment.
zoomSessionName
String
Zoom session name.
ZoomSessionPassword
String
Zoom session password.