iCalendarExporter(ISchedulerStorageBase, AppointmentBaseCollection) Constructor
Initializes a new instance of the iCalendarExporter class with the specified storage and appointments for export.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
public iCalendarExporter(
ISchedulerStorageBase storage,
AppointmentBaseCollection appointments
)
Parameters
Name | Type | Description |
---|---|---|
storage | ISchedulerStorageBase | An ISchedulerStorageBase object containing appointments for export. |
appointments | AppointmentBaseCollection | An AppointmentBaseCollection object that is the collection of appointments to export. |
Remarks
To get access to the ISchedulerStorageBase object, use the DataStorage property for WinForms Scheduler and the SchedulerStorage.InnerStorage property for WPF Scheduler.
See Also