[#72] added tests

This commit is contained in:
Camille Moussu
2025-09-11 11:09:21 +02:00
parent 8f2277b278
commit 1a086e9384
2 changed files with 136 additions and 326 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export interface CalendarEvent {
status?: string;
timezone: string;
repetition?: RepetitionObject;
alarm: AlarmObject;
alarm?: AlarmObject;
}
export interface RepetitionObject {