Gets or sets the first name of the contact.
Namespace: MindFusion.Scheduling
Assembly: Contact.js
SyntaxJavaScript
Copy Code
|
|---|
get firstName() {} |
A String that represents the first name.
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