Gets or sets the phone of the contact.
Namespace: MindFusion.Scheduling
Assembly: Contact.js
SyntaxJavaScript
Copy Code
|
|---|
get phone() {} |
A String that represents the phone.
ExampleJavaScript
Copy Code
|
|---|
var p = MindFusion.Scheduling; // create a new instance of the calendar // add some contacts to the schedule.contacts collection calendar.schedule.contacts.add(resource); |
See Also