u01jmg3 / ics-parser

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

RRULE:FREQ=WEEKLY - missing first event of the year #251

Closed gavinr closed 4 years ago

gavinr commented 4 years ago

Description of the Issue:

If you have an event that repeats weekly, and the original start date is on december 30, the first event of the new year (should be on jan 6) is missed. Example ICS: example.zip.

image

Steps to Reproduce:

  1. Run against the attached ICS.
u01jmg3 commented 4 years ago

A new release will be coming shortly but dev-master should fix your issue

gavinr commented 4 years ago

@u01jmg3 - great - thank you VERY much for looking into this and fixing it!

u01jmg3 commented 4 years ago

Thanks goes to @s0600204