add ocurrency inputs

This commit is contained in:
Peter Maquiran
2021-08-06 14:34:39 +01:00
parent 578165f258
commit d68a195ea4
7 changed files with 86 additions and 54 deletions
+6 -6
View File
@@ -26,12 +26,12 @@ export class DocumentSetUpMeeting {
"ParticipantsList"?: EventPerson[],
"Message": string,
"EventRecurrence": {
"Type": 0,
"Day"?: 1,
"DayOfWeek"?: 0,
"Month"?: 1,
"LastOccurrence"?: string
}
"Type": string,
"Day"?: any,
"DayOfWeek"?: any,
"Month"?: any,
"LastOccurrence"?: any
},
}
Attachments: Attachments[]