I've been grappling with recurring events in a shared calendar, writing multiple code paths based on whether an event was single or recurring and also whether it was created by an admin or by the user, etc. Then, reading the API spec more closely and browsing this group I found the SingleEvents query parameter and thought all my problems were solved! I'd see everything as separate events, so no more split code path!
However, what I've found is that when I query the full projection feed with SingleEvents = true, either through the .NET api or by appending ? singleevents=true to the URL and looking at the raw file, I do not get all the events. That is to say, using xxx/full I get one set of events, including recurring events represented as single events, and using xxx/full?singleevents=true I get the a couple of the recurring events expanded as individual events, plus a couple of (seemingly random) non-recurring events, but not ALL of the non-recurring events that are in xxx/full?singleevents=false. Is this expected behavior or is something weird happening today? If it's expected behavior, can I concatenate the two feeds and get an all- inclusive list? Thanks much for any assistance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
