17 $f =
$DIC->ui()->factory();
18 $r =
$DIC->ui()->renderer();
28 if ($cat_info !=
null) {
33 $this->
addInfoProperty($this->
lng->txt(
"cal_owner"), $this->getUserName($cat_info[
'obj_id']));
43 $recipients = $notification->getRecipients();
44 if (count($recipients) > 0) {
45 $str_notification =
"";
46 foreach ($recipients as $rcp) {
47 switch ($rcp[
'type']) {
49 $str_notification .= $this->
getUserName($rcp[
'usr_id']) .
"<br>";
52 $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.
ilAppointmentPresentationUserGUI class presents modal information for personal appointments.
collectPropertiesAndActions()
Collect properties and actions.