Return to Google homepage

<% StringBuffer continueUrl = request.getRequestURL(); int index = continueUrl.lastIndexOf("/"); continueUrl.delete(index, continueUrl.length()); continueUrl.append("/LoginServlet"); %>

Google AuthSub Demo

Google AuthSub Demo

This page demonstrates a basic version of AuthSub in action.

The AuthSub token is first retrieved from Google and then used to retrieve your Calendar entries.

Note:
If your user account is registered to a domain other than 'gmail.com', specify the domain name as well. If the calendar service in your domain requires secure connection (ssl) for retrieving feeds, make sure to check the ssl option.


Specify user domain:
Use default domain (gmail.com)
Use my application domain (ex: mydomain.com):

Use secure connection to retrieve calendar feed.