feat(calendar): ICS-Feed settings UI (#462) #481
No reviewers
Labels
No labels
app/archiv
app/einkaufslisten
app/imap-client
app/wissensbasis
arch-answered
arch-question
area/api
area/auth
area/infra
area/mobile
area/shared
area/ui
area/web
portfolio-status
prio/high
prio/low
prio/medium
roadmap/public
size/l
size/m
size/s
size/xl
size/xs
status/blocked
status/needs-info
type/bug
type/chore
type/docs
type/feature
type/idea
type/refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
admin-mrrm/mrrmlabapp!481
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/calendar-settings-ui"
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?
Summary
Letzte offene Phase-5-Folgearbeit des Day-Planner-MVP (#360): /heute kann seit rc20 Kalender-Events anzeigen, aber Setup ging bisher nur per API-Direktcall. rc25 liefert die UI.
What changed
calendarSubscriptionSchema,createCalendarSubscriptionRequestSchema,syncCalendarSubscriptionResponseSchema— Single-Source-of-Truth-Contract gegen rc22-style API/Client-Schema-Drift.CalendarResourcemitlistSubscriptions/createSubscription/updateSubscription/deleteSubscription/syncSubscription+ 5 Tests (inkl. Drift-Guard).CalendarSettingsScreen(Tamagui, cross-platform) + 4 TanStack-Query-Hooks (useCalendarSubscriptions/useCreateCalendarSubscription/useDeleteCalendarSubscription/useSyncCalendarSubscription). Sync/Delete invalidierendayPlanner.today()damit /heute sofort aktualisiert./einstellungen/kalender-Route, Sidebar-Eintrag inSETTINGS_NAV_ITEMS.app/einstellungen/kalender.tsx-Route, Eintrag im Einstellungen-Index-Drawer.Scope
Nur ICS-URL-Feeds — keine Outlook/Google OAuth-Flows. Backend (
CalendarService+CalendarSyncService+ 15-Min-Cron) war seit rc20 fertig, nur die UI-Hülle fehlte. OAuth bleibt explizit out-of-scope (siehe Ticket-Out-of-Scope-Liste).Test plan
Fixes #462