Change Type from categories to category

This commit is contained in:
Peter Maquiran
2021-07-15 08:53:54 +01:00
parent 6d05f56d8b
commit 5fb9f32f8e
12 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export class Event{
AppointmentState: number;
TimeZone: string;
Organizer: string;
Categories: string;
Category: string;
HasAttachments: boolean;
EventRecurrence?: EventRecurrence;