The entry I'm getting the ID from is the actual recurring event entry.

Another user got the same error, but with a more normal-looking (no
underscores) ID. Here's the entry I posted back to create the
exception, which generated another 404:

<entry xmlns='http://www.w3.org/2005/Atom'
xmlns:gd='http://schemas.google.com/g/2005'
xmlns:gCal='http://schemas.google.com/gCal/2005'>
   <gd:eventStatus
value="http://schemas.google.com/g/2005#event.canceled"/>
   <gd:originalEvent id="f1404cdnfhruob0opn779f41co"
href="http://www.google.com/calendar/feeds/p7axredactedx84cbnaajdqo18%40group.calendar.google.com/private/full/f1404cdnfhruob0opn779f41co";>
       <gd:when startTime="2006-11-13T13:00:00-05:00"/>
   </gd:originalEvent>
</entry>

Does 404 indicate that the recurring event I'm trying to make an
exception for wasn't found in gCal?

Thanks,
Charlie

Ryan Boyd (Google) wrote:
Hi Charlie,

Thanks for the question.

Is the entry you're grabbing the ID from in the full feed the actual
recurring event entry (with a gd:recurrence element inside), or does it
represent a single instance of a recurring event?  The latter should
only occur if you're sending 'singleevents=true' in your query.

Cheers,

-Ryan



On Jan 12, 1:07 pm, "Charlie Wood" <[EMAIL PROTECTED]> wrote:
> I'm successfully creating recurrence exceptions, but am getting 404's
> when creating others. Here's the entry for one that cased a 404:
>
> <entry xmlns='http://www.w3.org/2005/Atom'
> xmlns:gd='http://schemas.google.com/g/2005'
> xmlns:gCal='http://schemas.google.com/gCal/2005'>
>     <gd:eventStatus
> value="http://schemas.google.com/g/2005#event.canceled"/>
>     <gd:originalEvent
> 
id="_64o32ci58h138b9k6co3gb9k8l13gb9p8h0kcb9n6l33gh9n6h13ie1m6s_ehp6uqj1dpl6og37dlgmir1ecdnmq"
> 
href="http://www.google.com/calendar/feeds/usernameremoved%40gmail.com/priv...";>
>         <gd:when startTime="2006-11-10T13:30:00-05:00"/>
>     </gd:originalEvent>
> </entry>
>
> I suspect the id I'm presenting isn't correct, but that's the id listed
> for the event in the calendar's full feed. It's unusual in that it
> begins with an underscore ("_"), and has a suffix that also begins with
> an underscore. Is this significant?
> > Thanks,
> Charlie


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