New
v5.1.3
What's Changed
- Fix: Correct handling
RRULE:FREQ=YEARLYcombined withBYMONTHandBYWEEKNO. The previous implementation could skip occurrences in some scenarios. - Fix: Correct handling
RRULE:FREQ=YEARLYwhenBYMONTHist missing, e.g.RRULE:FREQ=YEARLY;INTERVAL=2;BYDAY=MO,TU. Now takes the month ofDTSTARTas a limiter. The previous implementation could show occurrences for wrong months.
Full Changelog: https://github.com/ical-org/ical.net/compare/v5.1.2...v5.1.3