This commit is contained in:
Peter Maquiran
2021-07-20 12:30:52 +01:00
parent a46474e0aa
commit f73070ff4a
13 changed files with 109 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export class Event{
Organizer: string;
Category: string;
HasAttachments: boolean;
EventRecurrence?: EventRecurrence;
EventRecurrence: EventRecurrence;
/* public Event(){
this.EventRecurrence = new EventRecurrence();