Show/Hide Toolbars

Appointments are scheduled events or meetings with a date, time, and attendees. Use the AppointmentService class to access appointments in the API.

The API provides the following model interfaces for appointments:

The Appointment class, which contains information about an appointment.

The AppointmentAttendee class, which contains information about an appointment attendee user and type.

The AttendanceType class, which contains the enums that indicate if a contact will attend an appointment.

Refer to the AppointmentService samples for examples of working with appointments in the API.