Hi Kelt, Each entry has a 'self' link that you can use to retrieve the event. If you want to retrieve the original event from a single instance, the gd:originalEvent element contains a 'href' attribute that is a link to the entry for the orignial event. Basically if you want to retrieve a specific event you can just send a GET to the appropriate URL rather then sending a query.
Cheers, Lane On May 6, 8:45 am, kelt <[EMAIL PROTECTED]> wrote: > Hey, > > I've been toying with the Calendar API and I've found several things > which very well may be bugs. I use the .NET version. > > #1 > When the singleevents parameter of query is set to true, feed > downloaded, then set back to false, I get data which contain the > recurrence parameter as well as all the when parameters for iterated > events. Someone from the google team posted here that having the > recurrence and when parameters in single event should never happen. > A strange thing is that WHEN is implemented as a collection... > > Is there a way how to get just single event, defined by its Id? I > mean, search by Id=IdOriginal ? > > #2 > The ExtraParameters string in a query is used for adding parameters > like max-results, orderby ? How should they be separated? By the '&' > chararacter? > When I set max-results to a number below the actual count of events in > my calendar I always get feed of TotalSize=0. What does it mean? I can > not limit the number of events I want ? > > thanx for help > > kelt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
