There are some mistakes in the previous posts. - The samples you are refering to use Authsub authentication (this is the ONLY authentication method supported by the Javascript library), not Clientlogin (a authenication method where the user credentials must be known by your application)
- Clientlogin CAN'T be used by the gdata calendar javascript library (big nonsense mentionned) - The behavior when the page is runned locally is the one expected (it doesn't work) ; the webpage must be runned from a host (your own machine refered to as 127.0.0.1 or localhost, or the URL for another machine) so that the library could work. - I strongly advise you to update your code with the 2.x API release. If you are asked your google credentials each time your application is runned (the browser being closed between tries), you will have to set the authentication cookie mentionned above with an expiration date (30 days or one year, for example) so that it won't be a session-only cookie anymore. -- 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://code.google.com/apis/calendar/community/forum.html
