getOutlookCalendarEvents() { this.OutlookService.getCalendarEvents(this.params).then(events => { this.eventsTemp = this.OutlookService.parseEventsRecurrence(this.params, events); this.events = this.OutlookService.convertCalendarEvents(this.eventsTemp); }, this); }