Hi, I think there is some miscommunication. As I understand, you want to retrieve events in the near future for a single calendar and cannot. Normally we have people coming to this forum because they are trying to do the opposite, retrieve events from multiple calendars at once, and cannot.
The behavior that you seek is the only currently supported mechanism of retrieving events from Google. When you request events from a url like: http://www.google.com/calendar/feeds/[email protected]/private/full you get only the events on the [email protected] calendar, not from any other calendar that the authenticated user happens to own. That example is taken from here: http://code.google.com/apis/calendar/docs/2.0/reference.html#Event_feeds If this doesn't answer your question, perhaps you could illustrated with the url that you are calling and the results that are returned. Hope that helps, Ray On Wed, Aug 12, 2009 at 1:56 PM, Pierluigi <[email protected]>wrote: > > Hi, > I'm very new to google calendar APIs so please bear with me if the > questions are very simple. I have searched the documentation and this > group but I could find no answer, so I thought I would post. Feel free > to refer me to documentation I must have missed if any. > > I'm trying to do a very simple thing: given a calendar I own, I would > like to get all the events in the near future (let's say the next 5 > minutes). Now filtering for a given time frame is very easy but > surprisingly it seems quite hard to get the events from a single > calendar only! > How is it possible to perform this operation? As already noted here, > calling selfLink on the calendar entry is a dead end. > > If that is not possible, it would also be good to retrieve, given a > calendar event entry, the originating calendar (this increases the > load on google's servers but if they don't give me any other choice > that's what I'll have to do...). How can I do this? > > Thank you very much, > Pierluigi > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
