Hi,

Actually the URL that you are using is the "alternate" URL link -

<atom:link rel="alternate" type="text/html" href="
http://www.google.com/calendar/event?eid=OWdpbmt1bmowaTlvZHY5YzhhZDdmY3J2MDQgYXVzdGluLmNoYXVAbQ";
title="alternate"/>

This is the "alternate" or web version of the event entry, it is served as a
web representation of the event.  This URL is not parsable.  The one that
you want to use is the "self" URL link -

<atom:link rel="self" type="application/atom+xml" href="
http://www.google.com/calendar/feeds/default/private/full/9ginkunj0i9odv9c8ad7fcrv04
"/>

If you retrieve this URL -
http://www.google.com/calendar/feeds/default/private/full/[ID HERE], this
will give you the XML with information about the event that is parsable.

Hope that helps,
Austin

On Wed, Jun 4, 2008 at 7:26 AM, Vince <[EMAIL PROTECTED]> wrote:

>
> Each event created in the calendar outputs a unique event ID that can
> be accessed via 
> http://www.google.com/calendar/event?eid=(ID<http://www.google.com/calendar/event?eid=%28ID>HERE)
>
> Now .. this page is produced in XML.
>
> SO.. for my application, I have the URL and the unique Event ID. Now
> how do I get the information on the event using this?
>
> I have tried parsing the resulting Event XML page to no avail in PHP.
>
>
> Any input?
> >
>

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