jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.24k stars 506 forks source link

NLP: Support weekly by hour patterns #589

Closed paviad closed 8 months ago

paviad commented 1 year ago

In the NLP module, It is currently not possible to parse a weekly recurrence that also has by hour specifications, e.g.

Every week on Sunday at 10, 12 and 17

I would expect it to serialize to RRULE:FREQ=WEEKLY;BYDAY=SU;BYHOUR=10,12,17

Also above pattern when converted to text omits the "by hour" specification (i.e. yields Every week on Sunday)