open event

This commit is contained in:
Peter Maquiran
2022-08-03 16:31:03 +01:00
parent de45d6ef30
commit 88f01ee141
10 changed files with 70 additions and 31 deletions
@@ -459,6 +459,7 @@ export class NewEventPage implements OnInit {
"end": this.postEvent.EndDate,
"venue": this.postEvent.Location,
"id": id,
"calendarId": CalendarId
}
this.chatMethodService.sendMessage(this.roomId,data);
},
@@ -512,6 +513,7 @@ export class NewEventPage implements OnInit {
"end": this.postEvent.EndDate,
"venue": this.postEvent.Location,
"id": id,
"calendarId": CalendarId
}
this.chatMethodService.sendMessage(this.roomId,data);
@@ -567,6 +569,7 @@ export class NewEventPage implements OnInit {
"end": this.postEvent.EndDate,
"venue": this.postEvent.Location,
"id": id,
"calendarId": CalendarId
}
this.chatMethodService.sendMessage(this.roomId,data);
this.toastService._successMessage('Evento criado')