Hi, Since requests are handled through the API, included in your web page source code through a script import statement (<script src="...."></script>), cross-domain restrictions don't apply here (at least, they don't apply to the Google API included, since the API is launching requests to the same domain, Google.com).
They would however apply if the request to Google's servers were launched from your own source code (in script tags) and xmlhttprequest calls, which is not the case here. -- 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
