Hello.

My goal is to get all information about a recurring event. The query
method I need to use is to query by UID. This has been working fine in
most cases, but now I have found out that sometimes changed and
deleted occurrences are not reflected in certain cases. The following
is based on a recurring event with one occurrence canceled.

* Using the "full" feed:
-- The <entry> contains no <gd:recurrenceException> elements
-- The <gd:recurrence> element contains no EXDATEs which reflect the
deleted occurrence
-- An "edit" link is correctly added

* Using the "composite" feed:
-- The <entry> contains <gd:recurrenceException> elements, as expected
-- The <gd:recurrence> element contains no EXDATEs which reflect the
deleted occurrence
-- There is no "edit" link, as described in the docs.


This makes it quite complicated to get an event that has all
exceptions and an edit url! The "workaround" would be to do two
queries, one on the full feed and one on the composite feed, but that
is far from optimal for such a case.

* Can anyone confirm this behavior?
* Is there a way to get the "full" event, *with* recurrenceExceptions?

Philipp
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to