cxSchedulerICalendarExport(TcxCustomSchedulerStorage,string) Method
In This Article
Exports the scheduler’s user events to the iCalendar 2.0 data file.
#Declaration
Delphi
procedure cxSchedulerICalendarExport(AStorage: TcxCustomSchedulerStorage; const AFileName: string);
#Parameters
Name | Type |
---|---|
AStorage | Tcx |
AFile |
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