Can omniauth-google-oauth2 be used also to get calendar info back from the google calendar API?
I have managed to so far to get: a) omniauth-google-oauth2 test rails app working to "sign on with google" in test app 1 b) OAuth Plugin to get calendar data via the Oauth Calendar Data API in test app 2.
QUESTION is whether I could drop the use of "OAuth Plugin" and just use "omniauth-google-oauth2" to also (after authentication) get the calendar data? If yes, how would this work? Are the OAuth tokens the same from google for the authentication & google calendar api aspects?