| Class | Description |
|---|---|
| FastBirthdayIterator |
Fast path for birthday type rules (i.e. instances that recur once a year on the same day and month).
|
| FastWeeklyIterator |
Fast path for once a week type rules (i.e. instances recur once a week on the same weekday).
|
| FreqIterator |
The base frequency iterator for recurrence rules.
|
| RecurrenceRule | |
| RecurrenceRule.WeekdayNum |
This class represents the position of a
Weekday in a specific range. |
| RecurrenceRuleIterator |
An iterator for recurrence rules.
|
| StaticUtils |
A collection of static methods.
|
| UnicodeCalendarScales |
| Enum | Description |
|---|---|
| Freq |
Enumeration of valid FREQ values.
|
| RecurrenceRule.Part |
Enumeration of valid recurrence rule parts.
|
| RecurrenceRule.RfcMode |
Enumeration of supported rule versions.
|
| RecurrenceRule.Skip |
Values of the new SKIP parameter as added in tools.ietf.org/html/draft-daboo-icalendar-rscale-03
|
| Exception | Description |
|---|---|
| InvalidRecurrenceRuleException |
An Exception that indicates an error in a recurrence rule.
|