Hi, If the calendar you are trying to access is private then authentication is required, you can however access public calendar without authentication, ie this calendar -
http://www.google.com/calendar/feeds/[EMAIL PROTECTED]/public/full If you have an authentication error that probably something wasn't done right, did you try to output the token to see if you truly have an authenticated session. Try that with these lines of code - google.accounts.user.checkLogin(SCOPE_URL) SCOPE_URL is the feed that you use when you invoke login() Hope that helps, Austin On Tue, Jul 1, 2008 at 9:59 PM, vks <[EMAIL PROTECTED]> wrote: > > Hi , > Is it possible to retrieve calender events of a logged in user with > out using an authentication?.Iam currently using google java script > API for retrieve the events. > In the google example page they describes we can can use the default > feed url for retrieve logged in user events > feedUrl = 'http://www.google.com/calendar/feeds/default/private/full > > but i got an authentication error while using this feed(i am already > logged in) > > Thanks, > VKS > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
