vcl-cxschedulericalendar-6f13cfe8.md
Enumerates iCalendar 2.0 import option flags.
TcxSchedulerICalendarImportOption = (
icioStopOnFirstInvalidEventParameter,
icioIgnoreInvalidEventPatterns
);
| Name | Description |
|---|---|
icioStopOnFirstInvalidEventParameter |
The current iCalendar 2.0 data import operation stops at the first occurrence of an invalid recurring event pattern. All event data loaded before the invalid pattern occurrence is stored in the target scheduler storage component.
|
| icioIgnoreInvalidEventPatterns |
The current iCalendar data import operation ignores invalid patterns that define recurring user events in the iCalendar 2.0 format.
|
The TcxSchedulerICalendarImportOption type enumerates flags that correspond to individual iCalendar 2.0 format import settings. A TcxSchedulerICalendarImportOptions value can include any combination of TcxSchedulerICalendarImportOption flags.
The TcxSchedulerICalendarImportOptions type references the TcxSchedulerICalendarImportOption type.
See Also