|
|
|
|
|
by jaymon
5933 days ago
|
|
A lot of what is "best" has to do with how specific you want to be. Appending "every" to a date is great if you want something to occur every N. But what if you want it to occur every other N? Or the first N of every M? There's a reason why things like Crontab or iCalendar's RRULE are so specific and verbose. In order to decide what is "best" I would first decide how specific I needed to be and then start to narrow my input options based on my defined need. |
|
I'd think you could do a "discoverable" UI, where the default case is is relatively simple but you can expand recurrence options when needed.
If anyone has an example of this being implemented I would appreciate a pointer.