Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
Peter Maquiran
2021-07-14 15:45:02 +01:00
18 changed files with 196 additions and 146 deletions
+4 -2
View File
@@ -20,7 +20,7 @@ export class Event{
TimeZone: string;
Organizer: string;
Categories: string[];
HasAttachments: boolean;
HasAttachments: boolean;
EventRecurrence?: EventRecurrence;
/* public Event(){
@@ -38,6 +38,8 @@ export class EventToApproveEdit {
"Private": false
"ReviewUserComment": ""
"MDName": "Paulo Pinto"
"OccurrenceType": "-1"
"LastOccurrence": "2021-07-14"
"MDEmail": "paulo.pinto@gabinetedigital.local"
"Agenda": "Oficial" | "Pessoal"
"EventType": "Reunião"
@@ -49,4 +51,4 @@ export class EventToApproveEdit {
"IsRequired": true
}[]
"Message": "Recebeu um novo"
}
}