Hello, What authentication scheme are you trying to use? Have you read the documentation<http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html#Auth>explaining how to authenticate to Google's API? According to the error message, it seems that you are trying to use AuthSub authentication<http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html#AuthAuthSub> as it requires a next parameter which will redirect the user to you webpage. As an advice, I recommend that you switch to OAuth whenever possible.
Best, Alain -- 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
