FritzAndFriends / ResourceManagement

A resource management application originally designed for Sebastian Riding Associates.
MIT License
35 stars 28 forks source link

Nuget Package for CRON Expressions #2

Open essenbee opened 5 years ago

essenbee commented 5 years ago

Try https://www.nuget.org/packages/CronExpressionDescriptor/ to convert between CRON expressions and a human-readable form.

GitHub repo: https://github.com/bradymholt/cron-expression-descriptor

Junicus commented 5 years ago

Along with that, maybe https://www.nuget.org/packages/ncrontab to work with the cron expressions

Github: https://github.com/atifaziz/NCrontab

Junicus commented 5 years ago

For generating the expressions https://www.nuget.org/packages/CronEspresso/ maybe that will help.

Probably be a good idea to build some api around those so they are easier to program against

csharpfritz commented 5 years ago

I've added CronExpressionDescriptor and NCronTab to the Scheduling project. CronEspresso should probably be added as well, with a nice interface in front of it...

marblekirby commented 5 years ago

Should consider adding NCronTab.Advanced, it has everything that NCronTab has and then extra features. https://www.nuget.org/packages/NCrontab.Advanced/