simshaun / recurr

PHP library for working with recurrence rules (RRULE); meant to help with recurring calendar events.
Other
1.21k stars 135 forks source link

Error Undefined offset: -1 #181

Open ravithanki15 opened 4 years ago

ravithanki15 commented 4 years ago

This rule gives error Undefined offset: -1 "FREQ=DAILY;INTERVAL=2;BYDAY=WE;BYMONTH=2"

This rule works. "FREQ=DAILY;UNTIL=20220630T000000;INTERVAL=2;BYDAY=WE;BYMONTH=2"

Without UNTIL it will not work with UNTIL it will work.

Am I doing something wrong or is it a bug ?

ravithanki15 commented 4 years ago

@wilerson @pborreli @jarofgreen @Seldaek Can anyone help ?