Lukas White

Results 1 issues of Lukas White

Recurrence rules are allowed multiple values for `BYMONTH`, `BYHOUR`, `BYMINUTE` and `BYSECOND`, for example: ``` DTSTART;TZID=US-Eastern:19970902T090000 RRULE:FREQ=DAILY;BYHOUR=9,10,11,12,13,14,15,16;BYMINUTE=0,20,40 ``` ([source](https://www.kanzaki.com/docs/ical/rrule.html)) However, the corresponding methods (`setByMonth()`, `setByHour()`, `setByMinute()`, `setBySecond()`) don't allow multiple...