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=37083

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

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