The C1AppointmentCollection type exposes the following members.

Constructors

  Name Description
Public method C1AppointmentCollection
Initializes a new instance of the C1AppointmentCollection class.

Methods

  Name Description
Public method Add
Adds the specified appointment to the collection.
Public method CheckConflick
Check whether an C1Appointment instance conflicts with others.
Public method CheckReminder
Toggles the show reminder option for each appointment in the collection.
Public method GetAppointments
Gets the list of appointments as an Array object.
Public method GetAppointmentsForDate
Gets the list of appointments for a given date.

Properties

  Name Description
Public property Item
Gets or sets the C1Appointment with the specified id.
Public property Schedule
Gets the parent C1Schedule instance.

See Also