Hi, Thank you for response. After an investigation, problem only at firefox3, under IE7, Safari3 all ok. FF3 friezes. Code very simple: <script src="http://www.google.com/jsapi?key=API_KEY" type="text/ javascript"></script> <script> function readData(){ var calendarService = new google.gdata.calendar.CalendarService('my- app'); calendarService.getAllCalendarsFeed('http://www.google.com/calendar/ feeds/default/allcalendars/full', function(data){alert(data)}, function(error){alert(error)}); } </script>
Austin (Google) wrote: > Hi, > > Unfortunately, I am not sure what is causing the slowness in performance for > you. I don't know of any other way to get around that. Hopefully this > isn't the case anymore. > > Austin > > On Mon, Jun 16, 2008 at 1:15 AM, Vladimir Solomenchuk <[EMAIL PROTECTED]> > wrote: > > > > > Hi, > > > > I was tried use google javascript api for hosted domain calendars with > > AuthSub, but speed is insanely slow (retrieving entries, getting list > > of calendar, etc). Also browser hangs on requests. Any suggestions? > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
