5include_once(
"Services/Calendar/classes/class.ilCalendarBlockGUI.php");
51 include_once
'./Services/Calendar/classes/class.ilCalendarUserSettings.php';
52 if (!$this->initialized) {
63 elseif (!$cats->getMode()) {
64 $cats->initialize($this->mode, (
int)
$_GET[
'ref_id'],
true);
67 $this->initialized =
true;
77 $ilCtrl =
$DIC[
'ilCtrl'];
79 $ilCtrl->redirectByClass(
"ildashboardgui",
"show");
An exception for terminatinating execution or to throw for unit testing.
setBlockId($a_block_id=0)
Set Block Id.
Calendar blocks, displayed in different contexts, e.g.
getForceMonthView()
Get force month view.
const MODE_PERSONAL_DESKTOP_MEMBERSHIP
const MODE_PERSONAL_DESKTOP_ITEMS
static _getInstance($a_usr_id=0)
get singleton instance
static _getInstance()
get instance for logged in user
const CAL_SELECTION_MEMBERSHIP
Calendar blocks, displayed on personal desktop.
returnToUpperContext()
Return to upper context.
initCategories()
init categories
__construct()
Constructor.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc