Steps to reproduce:
- Create calendar A for one user X.
- Share this calendar A with other user Y.
- Delete calendar A from user X.
- Try to view shared calender for user Y.
- Exception occurs: An exception has been thrown during the rendering of a template ("Entity of type 'App\Entity\Calendar' for IDs id(8) was not found
Expected behavior: Delete shared calenders
Version: Davis v3.3.0
Side Node:
There is a calendarsubsriptions entity, which (for my use case) is never used/filled and the calendar delete action method does check this entity and deletes it if entries exits. For what is this used?