Attendees
APerson entity is used for adding as a attendee to this appointment.
In the latter part of the example, we have set some properties of the attendee such as AssociateId, PersonId, and SendEmail. You can create an array of ParticipantInfo as we have done above.
AppointmentMatrix
An instance of theAppointmentMatrix is created by passing the newly created appointment. You can add the attendees to the matrix by using the AddParticipant method.
When the AppointmentMatrix is saved, 2 records will be added to the appointment table:
- One corresponding to the creator of the appointment
- One referring to the attendee
appointment table.