-
Notifications
You must be signed in to change notification settings - Fork 1
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
Handling recurring constraints #20
Comments
A quick search gave me the RSchedule library but it seems to be unmaintained |
For now, the best choice seems to be this: https://github.com/jkbrzt/rrule |
That, or write our own minimal implementation of it |
There is also a full implementation of the ical format in javascript: https://github.com/kewisch/ical.js |
Will work on this later, need the UI done first |
Drafted a design for handling recurring shifts here: #35 |
For the sake of flexibility we need to be able to add recurrence rules to constraints.
For example:
etc
Essentially, we will need to implement a subset of RFC5545
The text was updated successfully, but these errors were encountered: