What is the best way to query for a block of available time? For
example, if I want to create a 4 hour event at a specific time, but
the user has another event 3 hours from my preferred start time, I
would like to find the next available 4 hour chunk of time.

RIght now I can do it by incrementing the time and querying to see if
the user is busy, but I don't think it is good to do multiple queries
like that. I'd rather grab a feed and work with that result set.

This might not be so much an API question as a procedure one, but
maybe there is a function call I don't know about.

ANy help is appreciated

-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to