Skip to main content

iCalendarExporter Constructors

Represents an object that transforms Scheduler appointments into the event calendar components in iCalendar format.
Name Parameters Description
iCalendarExporter(ISchedulerStorageBase, AppointmentBaseCollection) storage, appointments Initializes a new instance of the iCalendarExporter class with the specified storage and appointments for export.
iCalendarExporter(ISchedulerStorageBase) storage Initializes a new instance of the iCalendarExporter class with the specified storage.
See Also