cxSchedulerICalendarImport(TcxCustomSchedulerStorage,string) Method
Imports the schedule data into the scheduler from the iCalendar 2.0 data file.
Declaration
procedure cxSchedulerICalendarImport(AStorage: TcxCustomSchedulerStorage; const AFileName: string);
Parameters
Name | Type |
---|---|
AStorage | TcxCustomSchedulerStorage |
AFileName | string |
Remarks
AStorage specifies the scheduler storage that will store imported user events.
AFileName specifies the file from which the schedule data will be loaded.
See Also