Hello all,

I've been trying for a while to come up with a scheduling solution.
Essentially, we just need to search through hundreds of calendars and
see when people are available.

Doing a query to pull each calendar from the API will not work, since
the time to pull hundreds of calendars would be too great.  Batch
queries would seem to be perfect, yet they do not work across multiple
calendars.

The only solution I've been able to come up with is to sync all of
those calendars to a local database, and perform the query against
that.  However, to have near real-time data, we would have to perform
hundreds of queries, every few minutes, to ensure that the database is
synced.  Of course, by passing query parameters for only new events to
be listed, we can drastically reduce the amount of data returned, but
it's still a large number of queries.

During my tests, the API server has not shut our syncing engine down.
I'm curious though, would this be frowned upon by the API team?  Is
there a maximum number of queries that we can perform in any given
day?

Of course, if anyone has a better scheduling solution, I'd love to
hear about it!

-Camden Daily

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