Edit event to aprove

This commit is contained in:
Peter Maquiran
2021-05-14 14:37:38 +01:00
parent ca85464749
commit e0a91ddbd1
5 changed files with 177 additions and 19 deletions
+23
View File
@@ -22,4 +22,27 @@ export class Event{
Categories: string[];
HasAttachments: boolean;
// documents?: SearchDocument[]
}
export class EventToApproveEdit {
"serialNumber": "9296_86"
"Body": "Testando"
"Location": "Testland"
"Subject": "Teste 0123"
"StartDate": "2021-05-12T10:30:00"
"EndDate": "2021-05-12T11:30:00"
"Private": false
"ReviewerComments": ""
"MDName": "Paulo Pinto"
"MDEmail": "paulo.pinto@gabinetedigital.local"
"Agenda": "Oficial" | "Pessoal"
"EventType": "Reunião"
"IsRecurring": false
"IsAllDayEvent": true
"ParticipantsList": {
"EmailAddress": "gilson.manuel@gabinetedigital.local",
"Name": "Gilson Manuel",
"IsRequired": true
}[]
"Message": "Recebeu um novo"
}