Okay, nevermind. It looks like I was doing everything correctly by getting the "http://schemas.google.com/gCal/2005#eventFeed" <link>.
It was how I was handling the subsequent stream which will resulting in a timeout. On Jun 17, 11:09 pm, geeman <[email protected]> wrote: > Yes, I am following the HREF attribute. I was just stating which > <link> entry I was trying to follow. I've tried to follow the links > for "http://schemas.google.com/gCal/2005#eventFeed", "http:// > schemas.google.com/acl/2007#accessControlList", "self" and "edit" and > they all seem to be timing out. > > Like I said in my original post, I must be calling the right URL > because the first response is a 302 with another URL that has the > "gsessionid" set. It's timing out when I following this second URL. > > At the same time, I am following this 302 the EXACT same way that I do > for contact feeds and the calendar feed which works perfectly fine. > > On Jun 17, 9:43 pm, Ray Baxter <[email protected]> wrote: > > > > > 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/Calend... > > </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_IDprivate/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/Calend...> > > <link rel='edit' type='application/atom+xml' > > > > href='http://www.google.com/calendar/feeds/default/owncalendars/full/Calend...> > > <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"- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
