jazzband / django-recurrence

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

How to a fixed number of occurrence? #169

Open eakenbor opened 4 years ago

eakenbor commented 4 years ago

I have a start date but no end date. I want my recurrence to happen monthly and I want only 10 recurrences instead of dates recurring till the year 9999. Please how can I achieve this?