This commit is contained in:
tiago.kayaya
2021-07-15 14:26:26 +01:00
parent e9e6b2b5d3
commit 4a7317f137
4 changed files with 16 additions and 11 deletions
@@ -257,11 +257,15 @@ export class EditEventPage implements OnInit {
if(this.Form.invalid) {
return false
}
if(this.selectedRecurringType != '-1'){
this.postEvent.EventRecurrence.Type = this.selectedRecurringType;
}
this.getDatepickerData()
this.postEvent.Attendees = this.taskParticipants.concat(this.taskParticipantsCc);
this.showLoader = true
this.showLoader = true;
await this.eventsService.editEvent(this.postEvent, 2, 3).subscribe(async () => {
if(this.initCalendarName != this.postEvent.CalendarName) {
let body = {