Hi Matt,
Recurring Appointment Exceptions
Created a recurring appointment in Google Calendar and deleted a couple
of instances and changed the date of some others, so the recurring
appointment was still set up but now contained exceptions.
However getting these out of Google through the API the
RecurrenceExceptions fiield is null. how is that???
What feed are you using to access your calendar through the API?
The full feed does not contain recurrenceException XML, but the
composite feed does.
Please see here:
http://code.google.com/apis/gdata/calendar.html#Projection
Also, you may wish to note that the composite feed is read-only.
-Ryan