That's an identifier, not a link. It is the "rel" attribute of a link. You
probably want to only follow values in the "href" attribute of the links.
But I think that there is something else going on with the way that you are
processing the xml, you need to be more selective in what link that you
follow for each entry. Below is a lightly edited entry from an owncalendars
feed. You can see that there are 5 different link elements, each with a
different "rel" attribute. The one that you want to follow if you are
attempting to walk all of your owncalendars event feeds is the "rel"="self"
link.

Hope that helps,

Ray

  <entry>
    <id>
http://www.google.com/calendar/feeds/default/owncalendars/full/Calendar_ID
 </id>
    <published>2009-06-18T04:28:47.666Z</published>
    <updated>2009-05-31T05:14:33.000Z</updated>
    <category scheme='http://schemas.google.com/g/2005#kind'
    term='http://schemas.google.com/gCal/2005#calendarmeta' />
    <title type='text'>Adelaide Time</title>
    <summary type='text'>I'm a calendar from the sample
    app.</summary>
    <content type='application/atom+xml'    src='
http://www.google.com/calendar/feeds/Calendar_ID/private/full' />
    <link rel='alternate' type='application/atom+xml'    href='
http://www.google.com/calendar/feeds/Calendar_ID private/full' />
    <link rel='http://schemas.google.com/gCal/2005#eventFeed'
    type='application/atom+xml'
    href='http://www.google.com/calendar/feeds/Calendar_ID/private/full' />
    <link rel='http://schemas.google.com/acl/2007#accessControlList'
    type='application/atom+xml'
 href='http://www.google.com/calendar/feeds/Calendar_ID/acl/full' />
    <link rel='self' type='application/atom+xml'
    href='
http://www.google.com/calendar/feeds/default/owncalendars/full/Calendar_ID'
/>
    <link rel='edit' type='application/atom+xml'
    href='
http://www.google.com/calendar/feeds/default/owncalendars/full/Calendar_ID'
/>
    <author>
      <name>New title</name>
    </author>
  </entry>

On Wed, Jun 17, 2009 at 7:29 PM, geeman <[email protected]> wrote:

> "http://schemas.google.com/gCal/2005#eventFeed";
>

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