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.v26.1.Core.Desktop.dll

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.

See Also