fix(06): IN-01 correct stale CalendarOccurrence.id comment to ev-<uid>-<epochMs> form

This commit is contained in:
Lucas Berger
2026-06-10 16:53:52 -04:00
parent d4a0ed7bf3
commit 8b79d499f6
+1 -1
View File
@@ -104,7 +104,7 @@ export async function fetchMe(): Promise<MeResponse> {
* to build the Schedule-X calendarId that keys into buildCalendarConfig().
*/
export interface CalendarOccurrence {
id: string // `${uid}::${dtstart_iso}` — stable identity
id: string // `ev-<sanitized-uid>-<epochMs>` — stable identity (server: expand.ts makeOccurrenceId)
uid: string
calendarId: number // DB calendar-row id — do NOT use for SX calendarId routing
calendarName: string