So I can successfully retrieve the Calendar Feed from "http:// www.google.com/calendar/feeds/[email protected]/owncalendars/full" to get a list of calendars authenticating with ClientLogin.
I then enumerate each calendar entry in the feed and using ClientLogin, I try to retrieve the <link> URL for "http:// schemas.google.com/gCal/2005#eventFeed" and the request is timing out. Any ideas? The GET for the event feed looks like it succeeds since I get a 302. The timeout occurs when I perform the GET on the new URL with the "gsessionid" Note that I am performing the GET request perfectly fine since this same code to perform the GET can retrieve the calendar feed and contact feed perfectly fine. Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
