Closed KinaUna closed 4 months ago
The calendar uses the Syncfusion Scheduler component, the default popup's style doesn't fit well with the KinaUna desing, so a custom popup is needed.
I will create a partial view with the event details that can be loaded in the Scheduler's onEventClick() handler.
A pop-up div has been added and the onEventClick function has been updated to show the calendar event details there.
When clicking an item in the calendar nothing happens.
The calendar should show a popup, modal or section with the event details when clicking on it. If the current user has the access rights, it should also allow editing and deletion of events.