$r.render("cal.thisweek")
$r.render("cal.gotodate")
$r.render("cal.search.button")
#if ($caller == "home")
$r.contextHelpWithWrapper("org.olat.commons.calendar","personal-calendar.html","help.hover.personalcal")
#elseif ($caller == "course")
$r.contextHelpWithWrapper("org.olat.commons.calendar","course-calendar.html","help.hover.coursecal")
#elseif ($caller == "collab")
$r.contextHelpWithWrapper("org.olat.commons.calendar","group-calendar.html","help.hover.groupcal")
#elseif ($caller == "profile")
$r.contextHelpWithWrapper("org.olat.commons.calendar","personal-calendar.html","help.hover.cal")
#end
#if ($hasSubscription)
#if ($isSubscribed)
$r.render("cal.unsubscribe")
#else
$r.render("cal.subscribe")
#end
#end
#if ($r.available("calsubscription"))
$r.render("calsubscription")
#end