This commit is contained in:
tiago.kayaya
2021-09-15 09:33:13 +01:00
parent fb5d7d797c
commit 90e0ee62fa
6 changed files with 98 additions and 70 deletions
@@ -115,7 +115,7 @@ export class ViewEventPage implements OnInit {
if (this.loadedEvent.IsRecurring) {
} else {
this.eventsService.deleteEvent(this.loadedEvent.EventId, 0).subscribe(async () => {
this.eventsService.deleteEvent(this.loadedEvent.EventId, 0, this.loadedEvent.CalendarName).subscribe(async () => {
this.toastService.successMessage('Evento apagado');
this.close();
});