OPEN-XCHANGE
You are here: Community > Mailinglist
freshmeat.net
[OX Devel] calendar only

Martin Werthmoeller mw at lw-systems.de
Wed Jun 27 21:04:39 CEST 2007


Am Wed, 27 Jun 2007 um 13:59 GMT +0100 schrieb Evan Ingram:
> Dear members
> 
Hi Evan,

> Is there a way to create a user that when they login only see the calendar?
> 
> I know i can limit access to other modules and areas but i want to have
> a user that logs in and goes straight to the calendar with no side bar
> or portal page. Just straight to the calendar.
> 
> Has this been implemented before?
> 
We've implemented such thing for one of our customers with OX5. It's a
little bit tricky,

In short, for such a setup, you need a special login page with an
apropriate script that creates a session and calls the url

    "/servlet/intranet?SITE=beforeAuth&sessionID=$SESSION_ID"

internally to initalize the applications session. Next the script calls
the url of the inner frame of the calendar view with the following
parameters:

    NAS_ID=$SESSION_ID
    sessionID=$SESSION_ID   
    SITE=calendar/week
    SPO_headerType=calendar


Now you see only the inner calendar frame.

Best regards,
Martin Werthmoeller

-- 
LWsystems - IT-Service and Consulting
mw at lw-systems.de * http://www.lw-systems.de



More information about the Devel mailing list