On May 23, 3:54 am, Kulvinder Singh <[EMAIL PROTECTED]> wrote:
> Hi,
>
> One of my events in Google Calendar has an ID in the format (I saw this in 
> private-magicCookie XML Feed):
>
> http://www.google.com/calendar/feeds/<MyGoogleID>/private/full/<some 
> encrypted value>/63293791118
>
> As per Google API guide : EventId is of the format :
>
> The URI of a representation of a specific Calendar entry (with a given event 
> ID) takes the following 
> form:http://www.google.com/calendar/feeds/userID/visibility/projection/eve...
> This means that the Event's ID is <some encrypted value>/63293791118
> Can you please tell me what does the numerical value 63293791118 at the end 
> means ? Is this refers to some instance of a Recurring event or what ?
> In many cases, i have seen that in general the EventID is of the 
> formhttp://www.google.com/calendar/feeds/<MyGoogleID>/private/full/<some 
> encrypted value>
> only and the numerical value is not present.
> So is there any specific kind of events where there is such kind of 
> distinction ? I may be wrong somewhere.
> Kindly respond.
>
> Regards
> Kulvinder Singh

Hi Kulvinder,
When you saw that numerical value, was it inside of a <link
rel="edit"> tag? If so, then what you're seeing at the end is a
version number and is separate from the event ID. It's added to end
end of edit links (and only edit links) so that GData can detect and
avoid conflicts when two people edit the same entry.

There's more information about this at the following pages:

    * http://code.google.com/apis/gdata/basics.html#Updating-an-entry

    * http://code.google.com/apis/gdata/reference.html#Optimistic-concurrency

I hope that answers your question.

--
Trevor Johns
http://tjohns.net


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