Sorry for my previous post. I realized my mistake. I had not made my PRIMARY calendar public.
Thanks, Pan On Jul 1, 7:11 pm, pan <[EMAIL PROTECTED]> wrote: > Hi, > I too am getting the same error. > After reading this post I made one of my calendar's public and ran the > code. > I still get this error "Request via script load timed out. > Possible causes; Feed URL is incorrect; requires authentication". > > I used IE7 and Firefox. > > thanks, > Pan > > On Jun 12, 1:31 pm, "Austin (Google)" <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > One thing to check is to make sure that your calendar is explicitly made to > > be "public". Your primary calendar of your gmail account is by default > > "private" unless you mark to be public otherwise. This might be the > > scenario that your IE7 browser has the authsub token for this private > > calendar, thus it's able to retrieve the calendar, whereas your IE6 browser > > probably doesn't have the token cookie in it. > > > To enable a calendar to be public, you can find instruction in this page - > > >http://www.google.com/support/calendar/bin/answer.py?hl=en-ca&answer=... > > > Hope that helps, > > Austin > > > On Tue, Jun 10, 2008 at 11:11 AM, Vince <[EMAIL PROTECTED]> wrote: > > > > With the project I am writing so far IE7 and Firefox run great and > > > show the events just fine. > > > > In IE6 it produces the error "Request via script load timed out. > > > Possible causes; Feed URL is incorrect; requires authentication" > > > > I ran a search with no similar issues found. > > > > My feed URL format is like so: > > > > var feedUrl = "http://www.google.com/calendar/feeds/ > > > [EMAIL PROTECTED]/public/full"; > > > > In the function to get the event data I use > > > > var eventService = new > > > google.gdata.calendar.CalendarService('exampleCo-exampleApp-1'); > > > var query = new google.gdata.calendar.CalendarEventQuery(feedUrl); > > > > run print out some event info and then at the end of the function run: > > > > eventService.getEventsFeed(query, callback, handleError); > > > > any ideas why i get the error only in IE6? > > > > thanks- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
