add single calendar dialog

This commit is contained in:
Roland Schneider
2025-11-27 19:57:58 +01:00
parent e1ae0a36d7
commit 364be9976a
12 changed files with 199 additions and 21 deletions

View File

@@ -18,6 +18,7 @@ export type BookingWithUserDto = {
// The final shape of a calendar event occurrence
export type CalendarEventDto = {
id: number;
title: string;
startTime: string,
endTime: string,