renderPage($response, 'calendar', [ 'fullcalendarEventSources' => $this->getCalendarService()->GetEvents() ]); } public function __construct(\DI\Container $container) { parent::__construct($container); } }