Class: IRecurOptions

IRecurOptions()

new IRecurOptions()

The IRecurOptions object defines the options to create IRecur objects.

Members

(static) ignoreUnknownRule :boolean

The ignoreUnknownRule field specifies whether unknown rules are ignored. If ignoreUnknownRule field is false, any unknown rule fires the "Unknown RRULE property '...'" error
Type:
  • boolean
Example
false {boolean}, unknown rules fire the "Unknown RRULE property '...'" error
 true {boolean}, unknown rules are ignored