feat: Google provider OAuth for Calendar and Tasks sync #290
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#290
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?
Problem
Google Calendar sync and Google Tasks pull both need a working Google provider connection, but that must not become app login again.
The owner should connect one Google account from a self-hosted single-user Delta instance. The OAuth redirect URI must match the deployed app origin and be documented clearly enough that the operator can configure Google Cloud without guessing.
Solution
Acceptance criteria
barrettruth referenced this issue2026-05-11 19:19:09 +00:00
Foundation dependency note: #355 should land or be deliberately trimmed before this starts, especially #356 and #357 so Google provider OAuth builds on one provider registry and server-owned provider mutation path.
Completed by the current Google provider sync path and merged read-only stack: Settings can connect/disconnect one Google account through /api/integrations/google, tokens use encrypted integration config storage, docs cover redirect URI/env/scopes, and Google Tasks/Calendar now build on this provider connection without separate auth flows.