This commit is contained in:
tiago.kayaya
2021-07-15 16:09:30 +01:00
parent dab38e06bf
commit bd63ca691d
3 changed files with 19 additions and 25 deletions
@@ -200,9 +200,11 @@ export class EditEventPage implements OnInit {
let body = {
"EventId": this.postEvent.EventId,
"CalendarDestinationName": this.postEvent.CalendarName,
}
console.log(body);
}
try {
await this.eventsService.changeAgenda(body).toPromise();
} catch (error) {}
}
this.toastService.successMessage();