Gets the attendees of this appointment.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public ResourceList<Contact> getAttendees () |
An instance of the ResourceList class specifying the appointment's attendees.
RemarksThis method is equivalent to getContacts.
See Also