add calendar dashboard edit

This commit is contained in:
Schneider Roland
2025-12-08 16:40:19 +01:00
parent cacc04a217
commit 2e2f37ab86
16 changed files with 194 additions and 69 deletions

View File

@@ -25,6 +25,8 @@ export type CalendarEventDto = {
description: string,
isModified?: boolean;
eventBookings: BookingWithUserDto[];
isCancelled: boolean;
isRecurring: boolean;
eventType: EventType
};