fix agenda colors

This commit is contained in:
Peter Maquiran
2022-10-06 11:12:03 +01:00
parent 1e8c5c3720
commit 42005b731b
6 changed files with 31 additions and 5 deletions
+1
View File
@@ -29,6 +29,7 @@ export interface CustomCalendarEvent {
end: Date
id: string
event: EventList
profile?: any
}