Hi, If I misunderstand your question please let me know, but I think what you are asking is for the user to be able to logged in using the API and then redirect to the Google Calendar UI to reuse that authenticated session from the API. If this is what you were asking, unfortunately the answer would be no. This is not possible because the authentication scheme that is used from the API is strictly for API access, the Calendar UI is using a different authentication scheme and one is not interchangeable for the other.
Hope it helps, Austin On Wed, Mar 26, 2008 at 5:11 AM, Lahzy <[EMAIL PROTECTED]> wrote: > > Hi, > > Is there a way where I could sign in google calendar programmatically > and then redirect to the URL "http://www.google.com/calendar/render" > so it would display the calendar for the username/password for the > user I used. > > I tried Service.setUserCredentials method but it still asks me to sign > in per redirection to the above URL, should I be setting a cookie or > something? > > Thanks > Lahzy > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
