llazzaro / django-scheduler

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

Add heap priority queue when generating list of Event Occurrences #563

Open dwasyl opened 2 months ago

dwasyl commented 2 months ago

This deals with possible Occurrence overlap issues when multiple Occurrences can exist (i.e. one being cancelled and another replacing it)

Deals with the issues raised in #562