Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Calendar Integration: Storing Manager's Token #3585

Open
Muhammad-Hashim opened this issue Nov 8, 2024 · 0 comments
Open

Google Calendar Integration: Storing Manager's Token #3585

Muhammad-Hashim opened this issue Nov 8, 2024 · 0 comments

Comments

@Muhammad-Hashim
Copy link

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

  • Allow a manager to create events, which will then be displayed on a web application.
  • Enable users to join those events and view them on their own calendar within the application.

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:

  • Should I store the manager’s calendar token in the database, or is there a more efficient approach?
  • Is it necessary to save the token for each event, or can it be stored just once for the manager?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant