Node-red-node-google calendar node auth issue

Trying to use this group of nodes and cannot get it to auth correctly. I have enabled the google+ api and the google calendar api, populated the node with the oauth2 id and secret with the correct redirect url and receive the message "auth worked but profile fetching failed" when I click the "Authenticate to Google" link. I'm assuming I cannot save these credentials in this node because it has technically failed auth since it cannot fetch the profile.

I'm thinking this may have something to do with the Google+ APIs being shutdown? Anyone give a hint where to look for a resolution?

Have you enabled the Google+ Api?

(yes the API still exists)

I have. I do notice the google+ api seems to want to use the API key vs the OAuth2 client id, but I'm not sure how relevant that is to this calendar node and the auth aspect it wants to accomplish.
Other places to look?