This commit is contained in:
Peter Maquiran
2021-08-31 15:05:42 +01:00
parent 77d69caca9
commit c0777b7828
3 changed files with 37 additions and 11 deletions
-4
View File
@@ -33,10 +33,6 @@ export class Event{
EventRecurrence: EventRecurrence;
Name?: string
Attachments?: Attachment[];
/* public Event(){
this.EventRecurrence = new EventRecurrence();
} */
}