This commit is contained in:
Peter Maquiran
2021-08-19 12:52:26 +01:00
parent b259e9cfc7
commit 469717cd3f
9 changed files with 133 additions and 63 deletions
@@ -60,7 +60,7 @@ export class EditEventPage implements OnInit {
this.postEvent = new Event();
this.isEventEdited = false;
this.postEvent.EventRecurrence = {Type:'-1'};
this.postEvent.EventRecurrence = { Type:'-1', LastOccurrence:''};
this.postEvent = this.navParams.get('event');
this.caller = this.navParams.get('caller');
this.initCalendarName = this.postEvent.CalendarName;