33 $f =
$DIC->ui()->factory();
34 $r =
$DIC->ui()->renderer();
44 if ($cat_info !=
null) {
49 $this->
addInfoProperty($this->
lng->txt(
"cal_owner"), $this->getUserName($cat_info[
'obj_id']));
59 $recipients = $notification->getRecipients();
60 if (count($recipients) > 0) {
61 $str_notification =
"";
62 foreach ($recipients as $rcp) {
63 switch ($rcp[
'type']) {
65 $str_notification .= $this->
getUserName($rcp[
'usr_id']) .
"<br>";
68 $str_notification .= $rcp[
'email'] .
"<br>";
addInfoProperty(string $a_txt, string $a_val)
Add info property.
addEventLocation(array $a_app)
Add event location.
addEventDescription(array $a_app)
Add event description.
getUserName(int $a_user_id, bool $a_force_name=false)
Get (linked if possible) user name.
addCalendarInfo(array $cat_info)
addInfoSection(string $a_txt)
Add info section.
addListItemProperty(string $a_txt, string $a_val)
Add list item property.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
collectPropertiesAndActions()
Collect properties and actions.