jazzband / django-recurrence

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

Append include_dtend parameter for allowing to include or not the dtend #237

Open LucasGrugru opened 2 years ago

LucasGrugru commented 2 years ago

After opening the issue #232, I propose to append a param for including or not the datetime end in rruleset generated by the function to_dateutil_rruleset.

The pull request append the param include_dtend in field and function for providing full control on the inclusion of dtend value.

Thank for your review