4 include_once
'./Services/Calendar/classes/class.ilCalendarCategory.php';
25 $this->cal_id = $a_calendar_id;
26 $this->ref_id = $a_ref_id;
27 $this->
user = $DIC->user();
28 $this->lng = $DIC->language();
29 $this->tpl = $DIC[
"tpl"];
31 include_once
'./Services/Calendar/classes/class.ilCalendarCategory.php';
43 $next_class =
$ilCtrl->getNextClass($this);
44 switch ($next_class) {
61 include_once
'./Services/InfoScreen/classes/class.ilInfoScreenGUI.php';
63 $info->setFormAction(
$GLOBALS[
'DIC'][
'ilCtrl']->getFormAction($this));
65 if ($this->cal_id > 0) {
68 } elseif ($this->ref_id > 0) {
71 $id = $category->getCategoryID();
79 $info->addSection($this->lng->txt(
"cal_subscription"));
80 $info->addProperty($this->lng->txt(
'cal_ical_url'),
$url,
$url);
82 $this->tpl->setContent($info->getHTML());
90 include_once
'./Services/Calendar/classes/class.ilCalendarAuthenticationToken.php';
96 $token->setSelectionType($selection);
108 $lng = $DIC->language();
110 $ui_factory = $DIC->ui()->factory();
111 $ui_renderer = $DIC->ui()->renderer();
114 'tpl.subscription_dialog.html',
120 $tpl->setVariable(
'TXT_SUBSCRIPTION_INFO',
$lng->txt(
'cal_subscription_info'));
123 if ($this->cal_id > 0) {
126 } elseif ($this->ref_id > 0) {
129 $id = $category->getCategoryID();
137 $tpl->setVariable(
'LINK', $url);
138 $tpl->setVariable(
'TXT_PERMA',
$lng->txt(
'cal_ical_url'));
140 $roundtrip = $ui_factory->modal()->roundtrip(
141 $lng->txt(
'cal_calendar_subscription_modal_title'),
142 $ui_factory->legacy(
$tpl->get())
144 echo $ui_renderer->render($roundtrip);
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
getModalForSubscription()
gGet modal for subscription
__construct($a_calendar_id, $a_ref_id=0)
Constructor.
Show calendar subscription info.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
executeCommand()
Execute command.
static _lookupObjId($a_id)
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
static _getInstanceByObjId($a_obj_id)
get instance by obj_id
createToken($user_id, $selection, $id)
Create calendar token.
static lookupAuthToken($a_user_id, $a_selection, $a_calendar=0)
Handles calendar authentication tokens for external calendar subscriptions.
show()
Show subscription info.