24 include_once
'./Services/Mail/classes/class.ilMailNotification.php';
63 $this->appointment_id = $a_id;
65 include_once
'./Services/Calendar/classes/class.ilCalendarEntry.php';
75 return $this->appointment;
89 include_once
'./Services/Calendar/classes/class.ilCalendarEntry.php';
91 $this->
appendBody(
$app->appointmentToMailString($this->getLanguage()));
103 $rbacreview = $DIC[
'rbacreview'];
107 case self::TYPE_USER:
110 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
126 $this->
getMail()->appendInstallationSignature(
true);
135 case self::TYPE_USER_ANONYMOUS:
140 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
157 $this->
getMail()->appendInstallationSignature(
true);
167 case self::TYPE_GRP_NEW_NOTIFICATION:
171 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
189 $this->
getMail()->appendInstallationSignature(
true);
196 case self::TYPE_GRP_NOTIFICATION:
200 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
218 $this->
getMail()->appendInstallationSignature(
true);
225 case self::TYPE_CRS_NEW_NOTIFICATION:
229 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
246 $this->
getMail()->appendInstallationSignature(
true);
253 case self::TYPE_CRS_NOTIFICATION:
257 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
275 $this->
getMail()->appendInstallationSignature(
true);
282 case self::TYPE_BOOKING_CONFIRMATION:
285 include_once
'Services/Calendar/classes/class.ilCalendarEntry.php';
286 include_once
'Services/Booking/classes/class.ilBookingEntry.php';
291 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
294 sprintf($this->
getLanguageText(
'cal_booking_confirmation_subject'), $entry->getTitle())
311 $this->
getMail()->appendInstallationSignature(
true);
313 $this->
sendMail(array($user_id),
true);
319 $this->
sendMail(array($booking->getObjId()),
true);
322 case self::TYPE_BOOKING_CANCELLATION:
325 include_once
'Services/Calendar/classes/class.ilCalendarEntry.php';
326 include_once
'Services/Booking/classes/class.ilBookingEntry.php';
332 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
335 sprintf($this->
getLanguageText(
'cal_booking_cancellation_subject'), $entry->getTitle())
346 $this->
getMail()->appendInstallationSignature(
true);
348 $this->
sendMail(array($user_id),
true);
354 $this->
sendMail(array($booking->getObjId()),
true);
361 include_once
'Services/Calendar/classes/class.ilCalendarEntry.php';
362 include_once
'Services/Booking/classes/class.ilBookingEntry.php';
367 $this->
getLanguage()->loadLanguageModule(
'dateplaner');
370 sprintf($this->
getLanguageText(
'cal_ch_booking_reminder_subject'), $entry->getTitle())
381 $this->
getMail()->appendInstallationSignature(
true);
382 $this->
sendMail(array($user_id),
true);
395 include_once
'./Services/Calendar/classes/Export/class.ilCalendarExport.php';
401 include_once
'./Services/Mail/classes/class.ilFileDataMail.php';
403 $attachment->storeAsAttachment(
405 $export->getExportString()
420 include_once
'./Services/Mail/classes/class.ilFileDataMail.php';
getAppointment()
Get appointment.
__construct()
Constructor.
getType()
Get notification type.
Model for a calendar entry.
const EXPORT_APPOINTMENTS
const TYPE_BOOKING_REMINDER
const TYPE_BOOKING_CONFIRMATION
static _lookupFullname($a_user_id)
Lookup Full Name.
Distributes calendar mail notifications.
getLanguageText($a_keyword)
setSender($a_usr_id)
Set sender of mail.
initLanguage($a_usr_id)
Init language.
setAttachments($a_att)
Set attachments.
sendMail(array $a_rcp, $a_parse_recipients=true)
setAppointmentId($a_id)
Set calendar appointment id.
static _getLanguage($a_lang_key='')
Get langauge object.
const TYPE_GRP_NEW_NOTIFICATION
Base class for course/group mail notifications.
Export calendar(s) to ical format
getObjectTitle($a_shorten=false)
const TYPE_CRS_NOTIFICATION
getAttachments()
Get attachments.
getAppointmentId()
get appointment id
const TYPE_BOOKING_CANCELLATION
getRecipients()
get array of recipients
createPermanentLink($a_params=array(), $a_append='')
getSender()
get sender of mail
const TYPE_GRP_NOTIFICATION
appendBody($a_body)
Append body text.
deleteAttachments()
Delete attachments.
const TYPE_CRS_NEW_NOTIFICATION
const TYPE_USER_ANONYMOUS
appendAppointmentDetails()
static getSalutation($a_usr_id, ilLanguage $a_language=null)