add calendar dashboard edit

This commit is contained in:
Schneider Roland
2025-12-03 07:47:16 +01:00
parent fa098f4a1b
commit f740c11685
5 changed files with 38 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ export interface EventFormDTO {
description?: string;
start_time?: Date;
end_time?: Date;
is_recurring: boolean;
isRecurring: boolean;
recurrenceRule?: RecurrenceRuleDto;
}