19 declare(strict_types=1);
40 $ilUser = $DIC[
'ilUser'];
43 $this->
user = $DIC->user();
45 $this->
ctrl = $DIC->ctrl();
47 $this->
lng->loadLanguageModule(
'dateplaner');
54 $this->parentobject = $a_parentobject;
68 "tpl.calendar_block_frame.html",
71 "components/ILIAS/Calendar" 75 "tpl.calendar_block.html",
78 "components/ILIAS/Calendar" 82 $ftpl->setVariable(
"BLOCK_TITLE", $this->
lng->txt(
"calendar"));
83 $ftpl->setVariable(
"CONTENT", $tpl->
get());
95 $a_tpl->
setVariable(
'TXT_WEEKDAY', $this->
lng->txt(
"cal_week_abbrev"));
97 for ($i = $this->user_settings->getWeekStart(); $i < (7 + $this->user_settings->getWeekStart()); $i++) {
104 $scheduler->calculate();
110 $this->user_settings->getWeekStart()
117 if (count($scheduler->getByDay($date, $this->user->getTimeZone()))) {
119 #$a_tpl->setVariable('TD_CLASS','calminiapp'); 137 $this->
ctrl->clearParametersByClass(
'ilcalendardaygui');
138 $this->
ctrl->setParameterByClass(
'ilcalendardaygui',
'seed', $date->get(
IL_CAL_DATE));
139 $a_tpl->
setVariable(
'OPEN_DAY_VIEW', $this->
ctrl->getLinkTargetByClass(
'ilcalendardaygui',
''));
140 $this->
ctrl->clearParametersByClass(
'ilcalendardaygui');
145 if ($counter and !($counter % 7)) {
154 $this->
ctrl->clearParametersByClass(
'ilcalendarweekgui');
155 $this->
ctrl->setParameterByClass(
'ilcalendarweekgui',
'seed', $date->get(
IL_CAL_DATE));
156 $this->
ctrl->clearParametersByClass(
'ilcalendarweekgui');
168 $myseed = clone($this->seed);
169 $this->
ctrl->setParameterByClass(
'ilcalendarmonthgui',
'seed', $myseed->get(
IL_CAL_DATE));
170 $a_tpl->
setVariable(
'OPEN_MONTH_VIEW', $this->
ctrl->getLinkTargetByClass(
'ilcalendarmonthgui',
''));
177 $this->
ctrl->getLinkTarget($this->getParentObject(),
"")
184 $this->
ctrl->getLinkTarget($this->getParentObject(),
"")
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
static _buildMonthDayList(int $a_month, int $a_year, int $weekstart)
Build a month day list.
__construct(ilDate $seed, object $a_par_obj)
static _before(ilDateTime $start, ilDateTime $end, string $a_compare_field='', string $a_tz='')
compare two dates and check start is before end This method does not consider tz offsets.
ilGlobalTemplateInterface $tpl
static _getInstanceByUserId(int $a_user_id)
ilCalendarUserSettings $user_settings
static _numericDayToString(int $a_day, bool $a_long=true, ?ilLanguage $lng=null)
addMiniMonth(ilTemplate $a_tpl)
Add mini version of monthly overview (Maybe extracted to another class, if used in pd calendar tab...
setVariable($variable, $value='')
Sets a variable value.
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
static _equals(ilDateTime $start, ilDateTime $end, string $a_compare_field='', string $a_tz='')
Check if two date are equal.
const PRESENTATION_CALENDAR
getHTML()
Get HTML for calendar.
setParentObject(object $a_parentobject)
static _isToday(ilDateTime $date)
Represents a list of calendar appointments (including recurring events) for a specific user in a give...