Hi,

AuthSub tokens last until they are revoked by the requesting site or
by the user. They should not expire under normal circumstances and can
be safely stored by your site for long periods of time.

If you are developing a client-side application you can use
ClientLogin, but those tokens will expire after a couple weeks or so.

Cheers,
-Jeff

On Jan 4, 2:22 am, guru-web19 <[EMAIL PROTECTED]> wrote:
> Thanks for your reply, Jeff.
>
> I have looked at AuthSub. However, I believe this requires users to
> login to their account 'every' time as opposed to granting the
> information to our site once for all.
>
> How long is the session valid till? We have an offline application
> which hsa to integrate to user's calendar depending on few conditions.
> Is it possbile?
>
> Thanks.
>
> On Jan 3, 11:40 pm, "Jeff Fisher (Google)" <[EMAIL PROTECTED]>
> wrote:
>
> > Hi,
>
> > If you are building a server-side web-based application, you should be
> > able to manage multiple connections to various user accounts using
> > AuthSub. In the context of each user's session you can manage their
> > specific authorization token and access their calendar data
> > independently.
>
> > Documentation is available for how to do this for the Google Calendar
> > API:
>
> >http://code.google.com/apis/calendar/developers_guide_protocol.html
>
> > Cheers,
> > -Jeff
>
> > On Jan 2, 10:52 pm, guru-web19 <[EMAIL PROTECTED]> wrote:
>
> > > Hello,
>
> > > We have a fairly big application and we would like to have access our
> > > users' calendar information. However, we expect many users to be
> > > connected.
>
> > > My short question is would google data api or underlying calendar api
> > > support accessing more than one account at a time. I know Y! uses
> > > cookie based authentication and hence is limited and there are no
> > > server apps for them.
>
> > > Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to