I recently found someone had the same issue with no fix.

http://groups.google.com/group/google-calendar-help-publishers/msg/9fcb9c9ea3974d65

Is there support here or am I talking to a brick wall?

I went through all the code and there is NO reason that IE6 should not
return the events feed and the other browsers will.

On Jun 10, 2:11 pm, 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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to