Migration of events to use group_id instead of
group_name
This commit is contained in:
@@ -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
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user