Search
Appointment.getContacts Method
See Also
 






Gets a list with all contacts associated with this appointment.

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

 Syntax

Java  Copy Code

public ResourceList<Contact> getContacts ()

 Return Value

An instance of the ResourceList class containing the contacts associated with this appointment.

 Remarks

This method is equivalent to getAttendees.

 See Also