Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NLP: Support weekly by hour patterns #589

Closed
paviad opened this issue Jul 7, 2023 · 0 comments · Fixed by #590
Closed

NLP: Support weekly by hour patterns #589

paviad opened this issue Jul 7, 2023 · 0 comments · Fixed by #590

Comments

@paviad
Copy link
Contributor

paviad commented Jul 7, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant