Hi,
Iam sorry. I missed a few steps of my scenario in the previous mail.
the correct scenario steps are:
1) create a recurring event with 'RRULE:FREQ=DAILY' using the full feed.
1.5) Do a sync to check what has been added using the composite feed.
2) create an exception using the full feed by adding an attendee to one
instance (a non-specialized exception as per the documentation on
http://code.google.com/apis/gdata/elements.html#gdRecurrenceException)
by adding a new event with a
<gd:originalEvent><http://code.google.com/apis/gdata/elements.html#gdOriginalEvent>element
pointing to the recurring event.
3) Do a sync to check what has been added using the composite feed.
3.1) Update the recurring series by changing the title using the full feed.
3.2) Do a sync to check what has been added using the composite feed.
4) I get back an atom feed with an <entry> element that has a
<gd:recurrenceException>
element nested within it. The <gd:recurrenceException> element has a <
gd:entryLink> element nested within it and the <gd:entryLink> element has a
<entry> element nested within it. This <entry> element has all the
recurrence exception information inside of it.
5) The documentation on '
http://code.google.com/apis/gdata/elements.html#gdRecurrenceException' seems
to suggest that I can get the exception information by getting
CalendarEventEntry().getRecurrenceException().getEntryLink().getEntry()
using the gdata api. when I do this, I get an object of type
'com.google.gdata.data.Entry'. This object does not contain the recurrence
exception information.
6) I also noticed that the feed shows <gd:recurrenceException
specialized='true'> as the starting node of the recurrenceException. This
contradicts the definition of specialized exceptions as given in the
documentation.
Please let me know if there is a way to get to the calendar event entry
object that has the recurrence exception information in it.
Any help is appreciated.
Thank you.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---