Hello, I apologize if this question has been answered already, but I could not find the response within current posts.
Here is the question: Knowing only calendar title (not the ID) I would like to retrieve all events of that calendar that fall in certain time/date range. I know how to do it in the following manner 1. Query for all user’s calendars and find the calendar entry I’m interested in by iterating and comparing the ‘title’ field. 2. Construct appropriate feed URL and get the events of interest utilizing CalendarQuery instance. The above approach takes two service calls and I was wandering if it’s possible to skip the first step to have only one service call. In other words, to construct a query that conceptually will be constrained by : “calendar title”, “start time” and “add time”. Thanks, gena --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
