peek-travel / cocktail

Elixir date recurrence library based on iCalendar events
https://hexdocs.pm/cocktail
MIT License
222 stars 30 forks source link

Handle EXDATE with a comma separated list of datetimes #213

Open hostalerye opened 2 years ago

hostalerye commented 2 years ago

Hi,

First of all, thank you for this library! We're currently using your previous one, ExCal, to handle recurring events. Since compatibility between NIF and Apple M1 chips is hard, we're switching to Cocktail. The only issue we've met is with EXDATE. According to the iCal specs, we should be able to use it with a list of datetimes, which is currently not supported by Cocktail. This PR adds this support

Thanks!