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