Gets a list with all contacts associated with this appointment.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public ResourceList<Contact> getContacts () |
An instance of the ResourceList class containing the contacts associated with this appointment.
RemarksThis method is equivalent to getAttendees.
See Also