cxSchedulerICalendar Unit
Implements iCalendar import/export methods.
Enums
| Name | Description |
|---|---|
| TcxSchedulerICalendarImportOption | Enumerates iCalendar 2.0 import option flags. |
Methods
| Name | Description |
|---|---|
| cxSchedulerICalendarExport(TcxCustomSchedulerStorage,string) | Exports user event data from a scheduler storage component to a file (in the iCalendar 2.0 format). |
| cxSchedulerICalendarImport(TcxCustomSchedulerStorage,string,TcxSchedulerICalendarImportOptions) | Imports user event data from a file (in the iCalendar 2.0 format) to a scheduler storage component. |
Types
| Name | Description |
|---|---|
| TcxSchedulerICalendarImportOptions | A set of flags that correspond to individual iCalendar 2.0 data import options. |
See Also