jazzband / django-recurrence

Utility for working with recurring dates in Django.
https://django-recurrence.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
489 stars 190 forks source link

Deserialize recurrences with multiple comma-separated exclusion dates #201

Closed Klavionik closed 2 years ago

Klavionik commented 2 years ago

There's an issue #158 concerning this problem. I ran into it recently too. It looks like a small fix that deserves to be implemented.

lino commented 2 years ago

I'm reviewing your change right now and am looking into adapting your change for RDATE as well. (As mentioned in #158 )