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