pbogut / recurring_events

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

Count dont work with exclude date #8

Closed pbogut closed 6 years ago

pbogut commented 6 years ago
%{date_start: ~D[2016-01-01], exclude_date: ~D[2016-01-01], freq: :daily, count: 1, ...}

Will result with 0 dates returned as count is not taking exclude dates into account.

pbogut commented 6 years ago

https://github.com/pbogut/recurring_events/commit/8d31c462fffae84493c61acf2495d20645ab38ee