Hello! Im trying to use google calendar api with javascript. First i have managed to print out some info from an unauthorized calendar, works well. Now i want to build a function to add info to that calendar, i have been looking at these tutorials: http://code.google.com/apis/calendar/data/1.0/developers_guide_js.htm
First of all, i need the user to login, so i have created a login function (similar to the one in the tutorial). But when i press login i redirects to google login page, but when after logged in i get the following message: *The page you have requested cannot be displayed. Another site was requesting access to your Google Account, but sent a malformed request. Please contact the site that you were trying to use when you received this message to inform them of the error. A detailed error message follows: * * The site "http://umu.se" has not been registered* The problem is that the page im building is on a subdomain to "umu.se", ex "poo.umu.se/page". I have tried to add that subdomain to registered domains, but it doesn't help. And the big problem is that i cant register umu.se because its a big site and i don't own it =) (but i "own" the subdomain that im working with...) //Joakim *. * -- 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
