This commit is contained in:
Peter Maquiran
2021-08-20 12:14:24 +01:00
parent 953afeb632
commit 5d9847e977
@@ -231,6 +231,8 @@ export class DocumentSetUpMeetingPage implements OnInit {
},
}
const laoder = this.toastService.loading()
this.eventService.create({
body: postEvent,
calendar: this.postData.CalendarName
@@ -247,6 +249,7 @@ export class DocumentSetUpMeetingPage implements OnInit {
await this.eventService.addAttachment(attachments).toPromise();
});
laoder.remove()
this.modalController.dismiss()
})