pbogut / recurring_events

Elixir library for dealing with recurring events
MIT License
26 stars 8 forks source link

Support for until rule #3

Closed tlvenn closed 6 years ago

tlvenn commented 6 years ago

Hi,

Awesome library, I was lamenting over the lack of a good RRULE library in Elixir land and stumble upon yours.

Would you consider adding support for the until rule ?

Thanks in advance.

tlvenn commented 6 years ago

Was looking at the code and noticed that until rule is actually already supported

https://github.com/pbogut/recurring_events/blob/master/lib/recurring_events.ex#L131

Closing the issue.

pbogut commented 6 years ago

Thanks. I didn't notice its missing form the doc, will have to add it.