2 include_once
'./Services/Calendar/interfaces/interface.ilCalendarAppointmentPresentation.php';
3 include_once
'./Services/Calendar/classes/AppointmentPresentation/class.ilAppointmentPresentationGUI.php';
42 if ($cat_info != null) {
53 include_once
'./Services/Calendar/classes/class.ilCalendarUserNotification.php';
57 $recipients = $notification->getRecipients();
58 if (count($recipients) > 0) {
59 $str_notification =
"";
60 foreach ($recipients as $rcp) {
61 switch ($rcp[
'type']) {
63 $str_notification.= $this->
getUserName($rcp[
'usr_id']) .
"<br>";
66 $str_notification.=$rcp[
'email'] .
"<br>";
70 $this->
addInfoProperty($this->lng->txt(
"cal_user_notification"), $str_notification);
addInfoProperty($a_txt, $a_val)
Add info property.
getUserName($a_user_id, $a_force_name=false)
Get (linked if possible) user name.
addEventDescription($a_app)
Add event description.
addEventLocation($a_app)
Add event location.
addCalendarInfo($cat_info)
Add calendar info.
ilAppointmentPresentationPublicGUI class presents modal information for public appointments.
collectPropertiesAndActions()
addInfoSection($a_txt)
Add info section.