ice-cube-ruby / ice_cube

Ruby Date Recurrence Library - Allows easy creation of recurrence rules and fast querying
MIT License
2.4k stars 358 forks source link

Support crontab expressions #212

Open kwando opened 10 years ago

kwando commented 10 years ago

It would be awesome to be able to create a schedule with a crontab expression.

kwando commented 10 years ago

I will probably need this is one of my projects and will probably take a stab at implementing it.

avit commented 10 years ago

I've added a couple examples of parser classes for Hash and Yaml, maybe it's a helpful pattern for this if you want to tackle it.

avit commented 10 years ago

Related: #232