16 messages in com.googlegroups.google-calendar-help-dataapiRe: Recurrence Handling
FromSent OnAttachments
Mikael Grev, MiG InfoCom13 Nov 2006 11:34 
USI13 Nov 2006 18:29 
MPH14 Nov 2006 01:52 
Mikael Grev, MiG InfoCom14 Nov 2006 10:33 
Mikael Grev, MiG InfoCom15 Nov 2006 11:58 
MPH16 Nov 2006 04:03 
Ryan Boyd (Google)16 Nov 2006 10:57 
Ryan Boyd (Google)16 Nov 2006 11:15 
Mikael Grev, MiG InfoCom16 Nov 2006 11:47 
Mikael Grev, MiG InfoCom16 Nov 2006 11:54 
Ryan Boyd (Google)16 Nov 2006 19:18 
MPH17 Nov 2006 04:07 
Ryan Boyd (Google)20 Nov 2006 08:54 
MPH27 Nov 2006 07:18 
Ryan Boyd (Google)28 Nov 2006 09:56 
MPH29 Nov 2006 06:47 
Subject:Re: Recurrence Handling
From:Mikael Grev, MiG InfoCom (t.@miginfocom.com)
Date:11/16/2006 11:47:46 AM
List:com.googlegroups.google-calendar-help-dataapi

Ryan,

It would be very hard to use different feeds for getting different parts of the calendar entries. I'm using the full feed as the only feed, I think most are, at least the ones that is using this in a client app. Otherwise the ID's is different and you can't update the entries and all that.

Having different representations of the Entry objects depending on the feed they where gotten from is a little strange IMO.

Cheers, Mikael

On Nov 16, 7:58 pm, "Ryan Boyd (Google)" <api.@google.com> wrote:

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.