Skip to main content

iCalendarImporter(ISchedulerStorageBase) Constructor

Initializes a new instance of the iCalendarImporter class with the specified storage.

Namespace: DevExpress.XtraScheduler.iCalendar

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public iCalendarImporter(
    ISchedulerStorageBase storage
)

Parameters

Name Type Description
storage ISchedulerStorageBase

An ISchedulerStorageBase object to store imported appointments.

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