Skip to main content

cxSchedulerICalendarExport(TcxCustomSchedulerStorage,string) Method

Exports user event data from a scheduler storage component to a file (in the iCalendar 2.0 format).

Declaration

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

Parameters

Name Type Description
AStorage TcxCustomSchedulerStorage

The source scheduler storage component (a TcxCustomSchedulerStorage descendant instance).

AFileName string

The path to the target file.

Remarks

Call cxSchedulerICalendarImport and cxSchedulerICalendarExport methods to import/export user event data to/from a scheduler storage component (a TcxCustomSchedulerStorage class descendant instance).

Other User Event Import/Export Methods

Microsoft Outlook Synchronization

cxSchedulerExportToOutlook
Exports the scheduler’s user events to Microsoft Outlook®.
cxSchedulerImportFromOutlook
Imports Microsoft Outlook® items into the scheduler.
cxSchedulerSynchronizeOutlookWithStorage
Updates Microsoft Outlook® with the scheduler’s stored data.
cxSchedulerSynchronizeStorageWithOutlook
Updates the scheduler’s stored data with the items of Microsoft Outlook®.

Export to Document Formats

cxExportSchedulerToCSV
Exports user events from a scheduler control to a file in CSV (comma-separated values) format.
cxExportSchedulerToExcel
Exports user events from a scheduler control to a file in Microsoft Excel® binary format (XLS).
cxExportSchedulerToFile
Exports user events from a scheduler control to a file in the specified format.
cxExportSchedulerToHTML
Exports user events from a scheduler control to a file in HTML format.
cxExportSchedulerToText
Exports user events from a scheduler control to a file in plain text format.
cxExportSchedulerToXLSX
Exports user events from a scheduler control to a file in Office Open XML spreadsheet format (XLSX).
cxExportSchedulerToXML
Exports user events from a scheduler control to a file in XML format.
See Also