AppointmentType
Type of the appointment
enum AppointmentType {
ABSENCES
CLIENT_BIRTHDAYS
CONSULTATIONS
EMPLOYEE_BIRTHDAYS
}
Values
AppointmentType.ABSENCES
Start or end of a planned temporary absence
AppointmentType.CLIENT_BIRTHDAYS
Birthday of client
AppointmentType.CONSULTATIONS
A consultation appointment (§37.3)
AppointmentType.EMPLOYEE_BIRTHDAYS
Birthday of employee
Member Of
Appointment object ● AppointmentFilterInput input