llazzaro / django-scheduler

A calendaring app for Django.
BSD 3-Clause "New" or "Revised" License
1.27k stars 391 forks source link

Feature request - indeterminate Event.end #541

Open the-moog opened 1 year ago

the-moog commented 1 year ago

There are use cases where we don't know an event end. e.g. If the event was a party it is ongoing and we don't know when the party ends. Currently the Event model requires and end date, though it is barely used by the code (only to generate Occurances)

Suggestion: Add a 'long grass' end date, e.g. 99 years and a field that indicates this is a best guess. Then we can update the end date later and fixup the occurances