Category "rrule"

How to exclude date in RRule.js?

Suspected code: <script src="https://jakubroztocil.github.io/rrule/dist/es5/rrule.min.js"></script> // Create a rule: const rule = new rrule

In Dart get next occurring date from an rrule

Is there a Dart library or, lacking one, a correct way to handle finding the next date that would be returned from a correctly formatted rrule? For example giv

Convert CRON expressions to RRULE

I'm working on a backend where we're using CRON expressions to find future occurrences. Now they want to replace CRON with RRULE for more flexible expressions.