mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Improve
This commit is contained in:
@@ -1,9 +1,50 @@
|
||||
export class CallMeeting {
|
||||
Message: string;
|
||||
Attachment: {
|
||||
Source: number,
|
||||
SourceId: string,
|
||||
SourceName: string,
|
||||
ApplicationId: number
|
||||
}
|
||||
"EventProcess": {
|
||||
"SerialNumber": "sample string 1",
|
||||
"Body": "sample string 2",
|
||||
"Location": "sample string 3",
|
||||
"Subject": "sample string 4",
|
||||
"StartDate": "2021-07-28T13:22:55.031857+01:00",
|
||||
"EndDate": "2021-07-28T13:22:55.031857+01:00",
|
||||
"ReviewUserComment": "sample string 7",
|
||||
"MDName": "sample string 8",
|
||||
"MDEmail": "sample string 9",
|
||||
"IsAllDayEvent": true,
|
||||
"Status": "sample string 11",
|
||||
"EventType": "sample string 12",
|
||||
"IsRecurring": true,
|
||||
"ParticipantsList": [
|
||||
{
|
||||
"Id": 1,
|
||||
"EmailAddress": "sample string 2",
|
||||
"Name": "sample string 3",
|
||||
"IsRequired": true
|
||||
},
|
||||
{
|
||||
"Id": 1,
|
||||
"EmailAddress": "sample string 2",
|
||||
"Name": "sample string 3",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"Message": "sample string 14",
|
||||
"EventRecurrence": {
|
||||
"Type": 0,
|
||||
"Day": 1,
|
||||
"DayOfWeek": 0,
|
||||
"Month": 1,
|
||||
"LastOccurrence": "2021-07-28T13:22:55.031857+01:00"
|
||||
},
|
||||
"Participants": "sample string 15",
|
||||
"CC": "sample string 16"
|
||||
}
|
||||
|
||||
"Attachment": {
|
||||
"Id": 1,
|
||||
"ParentId": "sample string 2",
|
||||
"Source": 0,
|
||||
"SourceId": "sample string 3",
|
||||
"SourceName": "sample string 4",
|
||||
"ApplicationId": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user