Skip to main content
All docs
V25.2
  • TcxSchedulerICalendarImportOptions Type

    A set of flags that correspond to individual iCalendar 2.0 data import options.

    Declaration

    TcxSchedulerICalendarImportOptions = set of TcxSchedulerICalendarImportOption;

    Referenced Class

    Type Description
    TcxSchedulerICalendarImportOption

    A flag that corresponds to an individual iCalendar 2.0 data import option.

    Remarks

    A TcxSchedulerICalendarImportOptions value can include any combination of TcxSchedulerICalendarImportOption flags.

    Direct TcxSchedulerICalendarImportOptions Type Reference

    The cxSchedulerICalendarImport global function accepts a TcxSchedulerICalendarImportOptions flag as the AOptions parameter.

    See Also