Skip to main content
A newer version of this page is available. .

AppointmentDataStorage.Add Method

Name Parameters Description
Add(Appointment) appointment Appends the specified Appointment object to the collection which can be accessed via the storage’s AppointmentDataStorage.Items property.
Add(AppointmentType, DateTime, DateTime, String) type, start, end, subject Adds a new appointment with specific properties to this AppointmentDataStorage.
Add(AppointmentType, DateTime, DateTime) type, start, end Adds a new appointment with specific properties to this AppointmentDataStorage.
Add(AppointmentType, DateTime, TimeSpan, String) type, start, duration, subject Adds a new appointment with specific properties to this AppointmentDataStorage.
Add(AppointmentType, DateTime, TimeSpan) type, start, duration Adds a new appointment with specific properties to this AppointmentDataStorage.