Hello Fred, I tried to use your gadget but I'm not sure what it is supposed to do. I did however get the authorization grant page and am now seeing "Loading..." but that doesn't do anything. Do you have a specific error that occurs?
One thing that I've noticed though is the scope should be: https://www.google.com/calendar/feeds instead of: https://www.google.com/calendar/feeds/XXXXXXXXXXXXg%40group.calendar.google.com/private/full If you are trying to fetch data from a secondary calendar, you might be encountering an issue<http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=2524>that can trigger a 500 Internal Server Error. If you are trying to get data for a primary calendar, I would suggest to use this feed URL instead: https://www.google.com/calendar/feeds/default/private/full Best, Alain On Thu, Jun 2, 2011 at 4:27 PM, fred at large <[email protected]>wrote: > > -- > 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 > -- Alain Vongsouvanh -- 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
