3 messages in com.googlegroups.google-calendar-help-dataapiRe: Access Event Id
FromSent OnAttachments
manoj18 Jan 2008 23:51 
Austin (Google)21 Jan 2008 22:17 
manoj27 Jan 2008 23:02 
Subject:Re: Access Event Id
From:manoj (mano@gmail.com)
Date:01/27/2008 11:02:59 PM
List:com.googlegroups.google-calendar-help-dataapi

Hi Austin,

Thanks for your reply. I would like to get it more clear. Is this ID for a calendar or an event? If I have this ID for an event with me, can I retrieve details of event using this ID? I mean to say is there any method that I can call in .NET API to get details of event.

On Jan 22, 11:18 am, "Austin (Google)" <api.@google.com> wrote:

Hi,

If you are asking if there are a query parameter to a feed to retrieve a particular event within a calendar, the answer would be no. But the ID of a calendar can be retrieved with any feed - within each event entry there is a ID element which looks like this -

http://www.google.com/calendar/feeds/default/private/full/[EVENT_ID]

The trailing part [EVENT_ID] is the actual event ID associated with the event.

Hope it helps, Austin

On Jan 18, 2008 11:51 PM, manoj <mano@gmail.com> wrote:

Is there any way to access ID of a particular event?