CalendarService == null) { $this->CalendarService = new CalendarService(); } return $this->CalendarService; } public function Overview(\Slim\Http\Request $request, \Slim\Http\Response $response, array $args) { return $this->renderPage($response, 'calendar', [ 'fullcalendarEventSources' => $this->getCalendarService()->GetEvents() ]); } }