Search
Calendar.getContacts Method
See Also
 






Gets the contacts whose schedule to display in the component when getGroupType is GroupType.GroupByContacts.

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

 Syntax

Java  Copy Code

public ResourceList<Contact> getContacts ()

 Return Value

An instance of the ResourceList class specifying which contacts are displayed in timetable, week range and resource views.

 See Also