The C1ScheduleStorage type exposes the following members.

Methods

  Name Description
Public method Clear
Clears all unbound storages. Loads default sets if any for unbound storages.
Public method Export(Stream, FileFormatEnum)
Exports the scheduler's data to a stream in the specified format.
Public method Export(String, FileFormatEnum)
Exports the scheduler's data to a file in the specified format.
Public method Export(Stream, IList<(Of <<'(Appointment>)>>), FileFormatEnum)
Exports the appointments' data to a stream in the specified format.
Public method Export(String, IList<(Of <<'(Appointment>)>>), FileFormatEnum)
Exports the appointments' data to a file in the specified format.
Public method Import(Stream, FileFormatEnum)
Imports the scheduler's data from a stream whose data is in the specified format.
Public method Import(String, FileFormatEnum)
Imports data into the scheduler from a file of the specified format.

Properties

  Name Description
Public property Actions
Gets the ActionCollection object.
Public property AppointmentStorage
Gets the AppointmentStorage object.
Public property CategoryStorage
Gets the CategoryStorage object.
Public property ContactStorage
Gets the ContactStorage object.
Public property LabelStorage
Gets the LabelStorage object.
Public property OwnerStorage
Gets the ContactStorage object used to keep contacts which might be used as appointment owners.
Public property Reminders
Gets the ReminderCollection object.
Public property ResourceStorage
Gets the ResourceStorage object.
Public property StatusStorage
Gets the StatusStorage object.

See Also