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(SchedulerControl, IEnumerable<AppointmentItem>) scheduler, appointments Initializes a new instance of the iCalendarExporter class with the specified Scheduler and appointments to export.
ICalendarExporter(SchedulerControl) scheduler Initializes a new instance of the iCalendarExporter class with the specified Scheduler.
See Also