The RecurrenceRule type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| Every | 
            This event repeats every "x" day/week/month/year.
              | |
| Exception | 
            Specifies that this event represents an exception from rule defined in the main event.
              | |
| Named | 
            Named days/weeks on which the event repeats. If a value is specified (not null), it will be used instead of Every value.
              | |
| NoRepeat | 
            Specifies that the event does not recur.
              | |
| Repeat | 
            The type of event repeating (None, Daily, Weekly, etc.).
              | |
| Units | 
            List of lower units on which the events repeats (e.g. days of week for Weekly rule).
              |