19 declare(strict_types=1);
44 public function initialize(
int $a_calendar_presentation_type): void
46 parent::initialize($a_calendar_presentation_type);
49 if ($this->
user->getTimeZone()) {
50 $this->timezone = $this->
user->getTimeZone();
56 $next_class = $this->
ctrl->getNextClass();
57 switch ($next_class) {
58 case 'ilcalendarappointmentgui':
59 $this->
ctrl->setReturn($this,
'');
60 $this->tabs_gui->setSubTabActive((
string)
ilSession::get(
'cal_last_tab'));
63 $this->
ctrl->forwardCommand($app);
66 case 'ilcalendaragendalistgui':
68 $html = $this->
ctrl->forwardCommand($cal_list);
71 $this->main_tpl->setContent($html);
76 $cmd = $this->
ctrl->getCmd(
"inbox");
78 $this->main_tpl->setContent($this->tpl->get());
83 protected function inbox(): void
85 $this->tpl =
new ilTemplate(
'tpl.inbox.html',
true,
true,
'components/ILIAS/Calendar');
89 $html = $this->
ctrl->getHTML($cal_list);
90 $this->tpl->setVariable(
'CHANGED_TABLE', $html);
static get(string $a_var)
initialize(int $a_calendar_presentation_type)
ilCalendarAppointmentColors $app_colors
initAppointmentIdFromQuery()
static _getInstanceByUserId(int $a_user_id)
__construct(ilDate $seed_date)
Constructor public.
const CAL_PRESENTATION_AGENDA_LIST
Administrate calendar appointments.
__construct(Container $dic, ilPlugin $plugin)
ilCalendarUserSettings $user_settings