I think I had made some mistake! After make some test, I think the
"invalid atom id" is valid!! And the long atom id will appear when
import calendar from .icv file!!
And I find the fact that when I take the following action, I can query
the "deleted event"!!!!!

The operation step is:
1. Create a recurring event
    At this moment, when I query event from Google Calendar Data API
(.net library), I will get only one event, which is the recurring
event.

2. Delete one instance of the recurring event. (When delete one
instance of recurring event, then appear a dialog, then click "Only
this instance" option!)
    Then the event I deleted disapear from the Gogole Calendar Web UI.
    But, at this moment, when I query event from Google Calendar Data
API(.net library), I will get two event, one is the recrurring event,
and the other is the event I just deleted!!!!!!!! What's more, I can
not operation the deleted event, which will return 404 status code.

   Why?? Why return the instance of the recurring event which have
been deleted... How to distinguish? I think must have some way the
distinguish the deleted instance reucrring event, because Google
Calendar Web UI does not show it!!  or I misunderstand something?

   Hope for reply~

On 7月27日, 下午5时12分, Adair Wang <[email protected]> wrote:
> Hi all,
> The normal calendar event atom id is like  "http://www.google.com/
> calendar/feeds/default/private/full/k6nji83nvu5gir2ch11hffubn0",
> but sometimes there is some calendar event atom id is like 
> "http://www.google.com/calendar/feeds/default/private/full/_60q30c1g60o30e1i6...";,
> whilch I thought is invalid, notice that the "invalid" atom id is much
> longer and has the '_' character.
>
> And I remember that, once, I had deleted a calendar event, but I also
> could retreive the deleted event whose event atom id is like the  from
> google calendar data api(.net library),  and, I could not modify the
> deleted event.
>
> Why and how will the event has the "invalid" style, and how to
> distinguish them from code??
>
> Thx!!!
--~--~---------~--~----~------------~-------~--~----~
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