mirror of
https://github.com/dotnetfactory/fluid-calendar.git
synced 2026-03-02 22:57:19 -05:00
Several connected google accounts #104
Labels
No labels
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fluid-calendar#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vanadium23 on GitHub (Aug 9, 2025).
I encounter bug with two calendar.
Steps to reproduce:
Only one calendar is show.
Sync is good, in database there are events for both feeds:
@vanadium23 commented on GitHub (Aug 11, 2025):
The issue is most likely that when you connect a second Google account, if it uses the same email address as an existing connected account, the unique constraint @@unique([userId, provider, email]) causes the system to update the existing account record instead of creating a new one. This overwrites the first account's tokens and breaks the connection to the first account's calendars.