Hiiii Mine is a web application and I want the users of my application to login to the google calendar from my application and want to save a cookie for that session...I will be embedding the google calendar into my application....Is there a way we can have a cookie saved in the clients place when he logs in to his google calendar account from my application..and How can I provide a login screen for this???Is it the login screen that the AuthSub method provides?? If i want to embed the google calendar in the application..Is it better to use the HTML generated by the google calendar or use the Public URL that the google calendar provides?? The following is the answer I got from Ryan for my previous question..I had asked if I could programatically authenticate users into the UI....
------------------------------------------------------------------------------------------------------ If it is a web-based application or a desktop application that users would keep open for a longer period of time, you could embed the calendar. As long as you handle the cookies appropriately, the user would just have to login to their Google account once per session. I realize this is a bit of overhead for your users. I thoroughly researched this question, but we don't currently have a mechanism for you to programmatically authenticate your users into the UI. ---------------------------------------------------------------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
