Skip to main content

cxSchedulerICalendarExport(TcxCustomSchedulerStorage,string) Method

Exports the scheduler’s user events to the iCalendar 2.0 data file.

Declaration

procedure cxSchedulerICalendarExport(AStorage: TcxCustomSchedulerStorage; const AFileName: string);

Parameters

Name Type
AStorage TcxCustomSchedulerStorage
AFileName string

Remarks

AStorage specifies the scheduler storage from which the scheduler’s user events will be exported.

AFileName specifies the file to which the schedule data will be written.

See Also