Gets the contacts whose schedule to display when the GroupType property is set to GroupByContacts or FilterByContacts.
Namespace: MindFusion.Scheduling
File: Calendar.js
SyntaxJavaScript
Copy Code
|
|---|
get contacts() {} |
ObservableCollection. A collection with Contact instances.
ExampleThe 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 |
See Also