19 declare(strict_types=1);
34 $this->
lng->loadLanguageModule(
"grp");
37 $grp =
new ilObjGroup($cat_info[
'obj_id'],
false);
40 $grp_ref_id = current($refs);
45 if ($app[
'event']->isAutogenerated() && $grp->getInformation()) {
48 $this->
lng->txt(
"grp_information"),
59 if ($settings->isCGRegistrationEnabled()) {
60 if (!$app[
'event']->isAutoGenerated()) {
63 if ($reg->isRegistered(
69 $this->
ctrl->setParameterByClass(
'ilcalendarappointmentgui',
'app_id', $app[
'event']->getEntryId());
70 $this->
ctrl->setParameterByClass(
'ilcalendarappointmentgui',
'dstart', $app[
'dstart']);
71 $this->
ctrl->setParameterByClass(
'ilcalendarappointmentgui',
'dend', $app[
'dend']);
74 $this->
lng->txt(
'cal_reg_unregister'),
75 $this->
ctrl->getLinkTargetByClass(
'ilcalendarappointmentgui',
'confirmUnregister')
79 $this->
ctrl->setParameterByClass(
'ilcalendarappointmentgui',
'app_id', $app[
'event']->getEntryId());
80 $this->
ctrl->setParameterByClass(
'ilcalendarappointmentgui',
'dstart', $app[
'dstart']);
81 $this->
ctrl->setParameterByClass(
'ilcalendarappointmentgui',
'dend', $app[
'dend']);
84 $this->
lng->txt(
'cal_reg_register'),
85 $this->
ctrl->getLinkTargetByClass(
'ilcalendarappointmentgui',
'confirmRegister')
88 $registered = $reg->getRegisteredUsers(
94 foreach ($registered as
$user) {
static _getAllReferences(int $id)
get all reference ids for object ID
addInfoSection(string $a_txt)
Add info section.
addInfoProperty(string $a_txt, string $a_val)
Add info property.
addLastUpdate(array $a_app)
Add last update.
registration for calendar appointments
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
collectPropertiesAndActions()
getUserName(int $a_user_id, bool $a_force_name=false)
Get (linked if possible) user name.
addCommonSection(array $a_app, int $a_obj_id=0, ?array $cat_info=null, bool $a_container_info=false)
addAction(string $a_txt, string $a_link)
Add action.
static makeClickable(string $a_text, bool $detectGotoLinks=false)