EWSoftware / PDI

A Personal Data Interchange (PDI) library that implements the vCard (RFC 2426), vCalendar, and iCalendar (RFC 2445) specifications including recurrence pattern generation
Microsoft Public License
64 stars 26 forks source link

Fix issue in Recurrence class with a Yearly frequency and only a ByMonthDay rule #21

Closed jorgegiro closed 2 years ago

jorgegiro commented 2 years ago

I've tried to fix this case checking if a ByDay rules are set when ByWeekNo rules are not set.

If there is anything else I can do, please let me know.

Refs: #20