oauth 2.0 gwt access token and google calendar api
问题 I'm treading in unfamiliar territory again. I used this client library https://code.google.com/p/gwt-oauth2/ to get an access token that I can use to access google calendar API. After doing some research, I noticed another client library http://code.google.com/p/gwt-google-apis/source/browse/trunk/apis/samples/calendar/com/google/api/gwt/samples/calendar/client/CalendarEntryPoint.java that I can use to make google calendar api calls. Now what I don't understand is how to combine the two. So I