rossta / montrose

Recurring events library for Ruby. Enumerable recurrence objects and convenient chainable interface.
https://rossta.net/montrose/
MIT License
843 stars 53 forks source link

Distinguish between :starts and :after option #6

Closed rossta closed 5 years ago

rossta commented 8 years ago

The :after option does not exist, but the current :starts option acts like an :after option in that the recurrence is not guaranteed to start at the given :starts time should another rule conflict.