|
|
[OX Devel] calendar only
Martin Werthmoeller
mw at lw-systems.de
Thu Jun 28 18:18:22 CEST 2007
Am Thu, 28 Jun 2007 um 08:47 GMT -0400 schrieb Matthew Rubenstein:
> On Thu, 2007-06-28 at 12:00 +0200, devel-request at open-xchange.org wrote:
> > Date: Wed, 27 Jun 2007 21:04:39 +0200
> > From: Martin Werthmoeller <mw at lw-systems.de>
> > Subject: Re: [OX Devel] calendar only
> > To: For developers <devel at open-xchange.org>
> > Message-ID: <20070627190439.GA9173 at penumbra.werthmoeller.de>
> > Content-Type: text/plain; charset=us-ascii
> >
> > 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.
>
> What is the URL of the inner frame of the calendar (other than the
> "http:" protocol and "//domainName") , that you populate with those
> QUERY_STRING parameters?
>
http(s)?://yourhost.yourdomain/servlet/intranet
Every request to /servlet/intranet will be passed to the tomcat server.
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
|
|