-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add repeating events? #21
Comments
This is a great idea, but implementing repeating events would require a big refactor and not something I have planned for now. Implementing repeating events can be tricky without knowing how it's going to be used. Does the user need an array of every date the event will repeat on, or just another key in the Sherlock object like |
It may work well if you returned the extracted operator 9first/last/next/previous/every/alternate/everyother/everysecond/everythird/everyfourth.../) and the date range array if I was handling a "repeat every other Thursday" without an end date, as a developer I'd know how long I needed to "trust" that data for before needing to re calculate it. I'd store that data in a way that mean's I will probably just need it for the session tbh. |
You could map this to the iCal rrule format This project has an input interpreter Here is the json iCal rfc |
Is it possible to add repeating events like "Homework due Tuesday 12:00pm every week until May 7"?
The text was updated successfully, but these errors were encountered: