Search
Appointment.getAttendees Method
See Also
 






Gets the attendees of this appointment.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public ResourceList<Contact> getAttendees ()

 Return Value

An instance of the ResourceList class specifying the appointment's attendees.

 Remarks

This method is equivalent to getContacts.

 See Also