19 declare(strict_types=1);
33 string $a_parent_cmd =
"",
34 string $a_template_context =
"" 36 $this->
setId(self::REC_TABLE_ID);
41 public function init(): void
47 $this->
setRowTemplate(
"tpl.show_recurrence_row.html",
'components/ILIAS/Calendar');
52 $this->
lng->txt(
'delete')
56 $this->
lng->txt(
'cal_delete_recurrence_rule')
60 $this->
lng->txt(
'cancel')
65 protected function fillRow(array $a_set): void
67 $this->tpl->setVariable(
'VAL_ID', $a_set[
'id']);
68 $this->tpl->setVariable(
'TITLE', $a_set[
'title']);
78 $end = clone $this->entry->getStart();
81 $appointments = $calculator->calculateDateList(
82 $this->entry->getStart(),
86 foreach ($appointments as $recurrence_date) {
setFormAction(string $a_form_action, bool $a_multipart=false)
__construct(ilCalendarEntry $entry, object $a_parent_obj, string $a_parent_cmd="", string $a_template_context="")
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
static _getFirstRecurrence($a_cal_id)
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
setFormName(string $a_name="")
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
Calculates an ilDateList for a given calendar entry and recurrence rule.
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
__construct(Container $dic, ilPlugin $plugin)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
addMultiCommand(string $a_cmd, string $a_text)
Class ilCalendarRecurrenceTableGUI.