Changes on Intervenientes + New Event

This commit is contained in:
Tiago Kayaya
2020-09-04 01:25:32 +01:00
parent b9a70fecb8
commit d82271ae37
13 changed files with 181 additions and 126 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ export class Event{
Location: string;
CalendarId: string;
CalendarName: string;
StartDate: string;
EndDate: string;
StartDate: Date;
EndDate: Date;
EventType: string;
Attendees: EventPerson[];
IsMeeting: boolean;