Fix colors

This commit is contained in:
Peter Maquiran
2021-07-26 22:46:33 +01:00
parent d5f4feb484
commit 04fc1f7e7f
10 changed files with 68 additions and 21 deletions
+2 -1
View File
@@ -18,10 +18,11 @@ export class Event{
IsRecurring: boolean;
AppointmentState: number;
TimeZone: string;
Organizer: string;
Organizer: any
Category: string;
HasAttachments: boolean;
EventRecurrence: EventRecurrence;
Name?: string
/* public Event(){
this.EventRecurrence = new EventRecurrence();