From 8b79d499f699d3026788ac1b71a241daead7cd51 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Wed, 10 Jun 2026 16:53:52 -0400 Subject: [PATCH] fix(06): IN-01 correct stale CalendarOccurrence.id comment to ev-- form --- apps/pwa/src/api/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pwa/src/api/client.ts b/apps/pwa/src/api/client.ts index 75b7a46..9c2788a 100644 --- a/apps/pwa/src/api/client.ts +++ b/apps/pwa/src/api/client.ts @@ -104,7 +104,7 @@ export async function fetchMe(): Promise { * to build the Schedule-X calendarId that keys into buildCalendarConfig(). */ export interface CalendarOccurrence { - id: string // `${uid}::${dtstart_iso}` — stable identity + id: string // `ev--` — stable identity (server: expand.ts makeOccurrenceId) uid: string calendarId: number // DB calendar-row id — do NOT use for SX calendarId routing calendarName: string