logo       

Getting list of users calendars, very-very slow..: msg#00290

org.google.api.calendar

Subject: Getting list of users calendars, very-very slow..


Hello,
When I retrieve a list of the all the user's calendars, it takes about
50-80 seconds each time I make the call.

Is this normal?
Other calls that I make after I get a specific calendar are all fast.

Here is my code:

FeedQuery query = new FeedQuery();

query.Uri = new Uri("http://www.google.com/calendar/feeds/"; +
mUsername);

// Tell the service to query:
AtomFeed calFeed = service.Query(query);

// goes off into lala land...

Any ideas as to how I can speed this up? I'm using the c# api.

Thanks,
Rob




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise