I am trying to use PassportJS (Google OAuth Strategy) to authenticate users and extract calendar events once they have logged in and granted permissions.
I've seen the Google Calendar API Node.js Quickstart but they are using it via the OAuth2 client. Is using PassportJS to do what I want possible? Thanks!