This commit is contained in:
Paulo Pinto
2020-08-25 14:08:13 +01:00
parent 9c49fb63b7
commit b57a27e466
78 changed files with 204 additions and 1194 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ export class Event{
StartDate: string;
EndDate: string;
EventType: string;
RequiredAttendees: EventPerson[];
OptionalAttendees: EventPerson[];
Attendees: EventPerson[];
IsMeeting: boolean;
IsRecurring: boolean;
AppointmentState: number;