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

Allow multiple google accounts per Subscriber #123

Open
radishmouse opened this issue Jul 26, 2023 · 4 comments
Open

Allow multiple google accounts per Subscriber #123

radishmouse opened this issue Jul 26, 2023 · 4 comments
Labels
enhancement New feature or request M: Appointment MVP
Milestone

Comments

@radishmouse
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Currently, each Subscriber is limited to a single Google account, since we store the google_tkn in the Subscriber table.

However, it's likely that users may have multiple Google accounts that they want to connect to.

Describe the solution you'd like

  • Move the google_* fields to a new Accounts table
  • Link the Accounts table to the Subscriber table
  • Link the Calendar table to the Accounts table

(If it makes sense, we could also remove the owner field from the Calendar table, and derive that knowledge from the linked Accounts table)

Describe alternatives you've considered

If multiple Google account support isn't on the roadmap, feel free to disregard this ticket!

@radishmouse radishmouse added the enhancement New feature or request label Jul 26, 2023
@radishmouse radishmouse added this to the 1.0 Open milestone Jul 26, 2023
@MelissaAutumn
Copy link
Member

For #170 I've added an external connections table to generically handle oauth tokens. We should leverage that for this ticket.

@umgpy
Copy link

umgpy commented Feb 11, 2025

Any update on this issue? Really an important feature given most have work and personal google accounts.

@malini
Copy link
Contributor

malini commented Feb 11, 2025

@umgpy yes, it's targeted for release by the end of May, however, we can prioritize this issue to see if we can get it in earlier.

@umgpy
Copy link

umgpy commented Feb 11, 2025

Thanks @malini!
Would be happy to test and debug whenever something is ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request M: Appointment MVP
Projects
None yet
Development

No branches or pull requests

4 participants