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