3 declare(strict_types=1);
41 $superiorName = $superior->getFullname();
45 self::msOutlook2013Workaround($talk),
53 $data->getStartDate()->getUnixTime(),
54 $data->getEndDate()->getUnixTime(),
70 $language = $DIC->language();
71 $language->loadLanguageModule(
'crs');
74 $description = $language->txt(
'title') .
': ' . $talk->
getTitle() .
'\n';
76 $description .= $language->txt(
'location') .
': ' . $talk->
getLongDescription() .
'\n';
77 $description .= $language->txt(
'il_orgu_superior') .
': ' . $superior->
getFullname() .
'\n';
78 $description .= $language->txt(
'il_orgu_employee') .
': ' . $employee->
getFullname() .
'\n';
getFullname(int $a_max_strlen=0)
static getInstanceFromTalk(ilObjEmployeeTalk $talk, string $status=VEventStatus::CONFIRMED)
getLongDescription()
get object long description (stored in object_description)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...