jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.

Home Page:https://jkbrzt.github.io/rrule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLP: Support weekly by hour patterns

paviad opened this issue · comments

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)