17 $f = $DIC->ui()->factory();
18 $r = $DIC->ui()->renderer();
28 if ($cat_info != null) {
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>";
ilAppointmentPresentationUserGUI class presents modal information for personal appointments.
addCalendarInfo(array $cat_info)
addListItemProperty(string $a_txt, string $a_val)
Add list item property.
addEventDescription(array $a_app)
Add event description.
addInfoSection(string $a_txt)
Add info section.
addInfoProperty(string $a_txt, string $a_val)
Add info property.
addEventLocation(array $a_app)
Add event location.
getUserName(int $a_user_id, bool $a_force_name=false)
Get (linked if possible) user name.
collectPropertiesAndActions()