calendarService = $calendarService; } public function get(): void { $userId = (int) session('userdata.id'); $this->tpl->assign('externalCalendars', $this->calendarService->getMyExternalCalendars($userId)); $this->tpl->assign('calendar', $this->calendarService->getCalendar($userId)); } }