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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
