Migration of events to use group_id instead of

group_name
This commit is contained in:
2025-06-30 19:45:04 +00:00
parent 10b32b9a20
commit 95b823ae3d
4 changed files with 104 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ const Appointments: React.FC = () => {
<ScheduleComponent
height="650px"
locale="de"
currentView="Month"
currentView="Week"
eventSettings={{ dataSource: events }}
firstDayOfWeek={1} // Montag als ersten Wochentag setzen
>