New
v5.2.0
Implemented BYDAY with offset and limiting behavior
The following RRULE cases are now implemented
- YEARLY + BYMONTH + numeric BYDAY offsets. Pattern:
FREQ=YEARLY;BYMONTH=6,9;BYDAY=2MO - YEARLY + numeric BYDAY without BYMONTH. Pattern:
FREQ=YEARLY;BYDAY=20MO - YEARLY + BYMONTH + negative numeric BYDAY. Pattern:
FREQ=YEARLY;BYMONTH=6,9;BYDAY=-1SU
Changes in Detail
- Implement
BYDAYwith offset and limiting behavior in https://github.com/ical-org/ical.net/pull/887 - chore: Eliminate nested if statements in GetAbsWeekDaysMonthly/Weekly by in https://github.com/ical-org/ical.net/pull/896
- Bump version 5.2.0 in https://github.com/ical-org/ical.net/pull/897
Full Changelog: https://github.com/ical-org/ical.net/compare/v5.1.4...v5.2.0