u01jmg3 / ics-parser

Parser for iCalendar Events • PHP 8+, 7 (≥ 7.4), 5 (≥ 5.6)
MIT License
450 stars 144 forks source link

Support the MONTHLY rrule stanza by itself #301

Closed s0600204 closed 2 years ago

s0600204 commented 2 years ago

Currently, attempting to use a MONTHLY RRULE without any BY{*} modifiers (e.g. FREQ=MONTHLY;COUNT=4) results in no recurrences being generated.

This PR fixes that oversight.