I'm no expert and I didn't really understand Ray's reply, but I thought you could use AuthSub with a session token. You just have to store the session token on your server so that the web-app can use it.
>From http://code.google.com/apis/accounts/docs/AuthSub.html#tokenmgmt "...a session token lets the application make unlimited calls to the Google service. Session tokens do not expire. When using session tokens, your application should store the session token for each user rather than requesting a new one each time it needs to access a Google service." So you would only have to manually log in once. Then your app keeps the token and can reuse it indefinitely. At least that's how I interpret it. I don't think signing out of google invalidates the session tokens. O --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar 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-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
