u01jmg3 / ics-parser

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

BYMONTHDAY Support #272

Closed s0600204 closed 3 years ago

s0600204 commented 3 years ago

This PR adds support for the BYMONTHDAY rrule stanza under the DAILY, MONTHLY and YEARLY frequencies; and it should function in combination with other implemented compatible BY* stanzas (e.g. BYDAY).

This PR does not add support for it under WEEKLY, as the rfc5545 specification states:

The BYMONTHDAY rule part MUST NOT be specified when the FREQ rule part is set to WEEKLY.

Relevant tests are included.

Refs. #11