Gets the contacts whose schedule to display when the GroupType property is set to GroupByContacts or FilterByContacts.
Namespace: MindFusion.Scheduling
File: Calendar.js
JavaScript Copy Code |
---|
get contacts() {} |
ObservableCollection. A collection with Contact instances.
The following code adds a new Contact to the contacts collection of a Calendar.
JavaScript Copy Code |
---|
var resource; // add some contacts to the schedule.contacts collection |