django-recurrence
django-recurrence copied to clipboard
Append include_dtend parameter for allowing to include or not the dtend
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