I'm trying to debug some calendar integration issues for a client, and I get an "Internal Error" from the Calendar Data API when trying to get the events from the calendar. I managed to get one response on Tuesday, saying that there were *710 events* on the calendar (not sure if this could be the issue), but have been unsuccessful since then.
Here's what I do: 1) Retrieve access token using OAuth 2.0 2) List calendars by going to https://www.google.com/calendar/feeds/default/allcalendars/full?access_token=XXXXXXXXXX -> this works fine 3) Copy the address of the calendar I want to view from the page in #2. If I go to that page, I get an authentication error, which is expected since the URL does not include an access token. 4) Take the calendar URL from #3 and append the access token. After waiting for some time (last try was 20 seconds), I get a page that says "Internal Error" , with no further explanation. What could be causing this? Is there any way to get a more explicit/helpful error message? Or to have someone from Google look into the problem? Any help would be appreciated. Thanks! Pierre-Luc Soucy -- 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://code.google.com/apis/calendar/community/forum.html
