googleapis / google-api-nodejs-client

Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
https://googleapis.dev/nodejs/googleapis/latest/
Apache License 2.0
11.46k stars 1.92k forks source link

Google Calendar Integration: Storing Manager's Token #3585

Open Muhammad-Hashim opened 3 weeks ago

Muhammad-Hashim commented 3 weeks ago

I am working on a project where I need to integrate Google Calendar for event management. The objective is as follows:

In terms of integrating Google Calendar, I need to manage the manager’s calendar token. However, I’m uncertain about the most efficient way to handle this. Specifically:

I've considered saving the token once for the manager, but I want to confirm if this is the best approach before proceeding.