[Bug]: When clicked, October events show no details
Relevant scope
angular application
Description
Maybe, there is a typo for the October events.
Do you want to contribute with a pull request?
No
I think this is related to the fact that the event ng-de spans multiple days.
The December 5, ng-be, event also doesn't show any details when clicked. Looking in community.json, the endDate field is not included in every model. I think the valibot schema doesn't have an optional endDate property, but changing the schema doesn't seem to be enough to fix the problem so maybe there is also a logic error.
Using event.url in event-section for trackBy could be problematic if an event is multiple dates? There really isn't anything unique in the event model.
fixed with #360