AppointmentDataStorage.Add Method
Name | Parameters | Description |
---|---|---|
Add |
appointment |
Appends the specified Appointment object to the collection which can be accessed via the storage’s Appointment |
Add |
type, start, end, subject |
Adds a new appointment with specific properties to this Appointment |
Add |
type, start, end |
Adds a new appointment with specific properties to this Appointment |
Add |
type, start, duration, subject |
Adds a new appointment with specific properties to this Appointment |
Add |
type, start, duration |
Adds a new appointment with specific properties to this Appointment |