19 declare(strict_types=1);
44 public function __construct(
bool $a_is_personal_workspace =
false)
49 $this->
lng = $DIC->language();
50 $this->rbacreview = $DIC->rbac()->review();
55 $this->appointment_id = $a_id;
72 $this->
appendBody(
$app->appointmentToMailString($this->getLanguage()));
75 public function send(): void
80 $rcp = array_pop($rcps);
82 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
98 $this->
getMail()->appendInstallationSignature(
true);
107 case self::TYPE_USER_ANONYMOUS:
110 $rcp = array_pop($rcps);
113 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
130 $this->
getMail()->appendInstallationSignature(
true);
139 case self::TYPE_GRP_NEW_NOTIFICATION:
143 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
161 $this->
getMail()->appendInstallationSignature(
true);
166 array(
'#il_grp_admin_' . $this->
getRefId(),
'#il_grp_member_' . $this->
getRefId()),
171 case self::TYPE_GRP_NOTIFICATION:
175 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
193 $this->
getMail()->appendInstallationSignature(
true);
198 array(
'#il_grp_admin_' . $this->
getRefId(),
'#il_grp_member_' . $this->
getRefId()),
203 case self::TYPE_CRS_NEW_NOTIFICATION:
207 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
224 $this->
getMail()->appendInstallationSignature(
true);
229 '#il_crs_tutor_' . $this->
getRefId(),
230 '#il_crs_member_' . $this->
getRefId()
234 case self::TYPE_CRS_NOTIFICATION:
238 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
256 $this->
getMail()->appendInstallationSignature(
true);
261 '#il_crs_tutor_' . $this->
getRefId(),
262 '#il_crs_member_' . $this->
getRefId()
266 case self::TYPE_BOOKING_CONFIRMATION:
269 $user_id = array_pop($rcps);
274 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
277 sprintf($this->
getLanguageText(
'cal_booking_confirmation_subject'), $entry->getTitle())
296 $this->
getMail()->appendInstallationSignature(
true);
298 $this->
sendMail(array($user_id),
true);
304 $this->
sendMail(array($booking->getObjId()),
true);
307 case self::TYPE_BOOKING_CANCELLATION:
310 $user_id = array_pop($rcps);
315 $user_id = array_pop($rcps);
317 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
320 sprintf($this->
getLanguageText(
'cal_booking_cancellation_subject'), $entry->getTitle())
334 $this->
getMail()->appendInstallationSignature(
true);
336 $this->
sendMail(array($user_id),
true);
342 $this->
sendMail(array($booking->getObjId()),
true);
348 $user_id = array_pop($rcps);
354 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
357 sprintf($this->
getLanguageText(
'cal_ch_booking_reminder_subject'), $entry->getTitle())
369 $this->
getMail()->appendInstallationSignature(
true);
370 $this->
sendMail(array($user_id),
true);
384 $ics_filename =
'appointment_' . (
new DateTimeImmutable(
'now'))->format(
'Ymd_His_u') .
'.ics';
387 $effective_ics_filename = $attachment->storeAsAttachment(
389 $export->getExportString()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
appendBody(string $a_body)
const EXPORT_APPOINTMENTS
const TYPE_BOOKING_REMINDER
const TYPE_BOOKING_CONFIRMATION
sendMail(array $a_rcp, bool $a_parse_recipients=true)
This class handles all operations on files (attachments) in directory ilias_data/mail.
static _lookupFullname(int $a_user_id)
Distributes calendar mail notifications.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilCalendarEntry $appointment
const TYPE_GRP_NEW_NOTIFICATION
Base class for course/group mail notifications.
static getSalutation(int $a_usr_id, ?ilLanguage $a_language=null)
Export calendar(s) to ical format
const TYPE_CRS_NOTIFICATION
initLanguage(int $a_usr_id)
static _getLanguage(string $a_lang_key='')
Get language object.
getLanguageText(string $a_keyword)
const TYPE_BOOKING_CANCELLATION
getObjectTitle(bool $a_shorten=false)
setAppointmentId(int $a_id)
createPermanentLink(array $a_params=[], string $a_append='')
__construct(Container $dic, ilPlugin $plugin)
const TYPE_GRP_NOTIFICATION
setSubject(string $a_subject)
const TYPE_CRS_NEW_NOTIFICATION
setLanguage(ilLanguage $a_language)
__construct(bool $a_is_personal_workspace=false)
const TYPE_USER_ANONYMOUS
appendAppointmentDetails()
setAttachments(array $a_att)