jamesstill / ScheduleWidget.Core

Scheduling engine to create recurring events for calendars
15 stars 8 forks source link

Sub-daily frequency #5

Open micycle1 opened 3 years ago

micycle1 commented 3 years ago

This library is very neat at what it does but sadly it doesn't support frequencies less than a day. It's sorely lacking the ability to create a reccurence with a start time (and end time) and a frequency less than a day (every x minutes or hours).

Ideally it'd support reccurences resembling something like these:

Schedule every 10 minutes on Tuesday between 08:00:00 and 14:35:00. Schedule every hour every week day Schedule daily (once) at 15:30

Any plans for something this? Are there any other libraries that support such a need?