fix(06): IN-01 correct stale CalendarOccurrence.id comment to ev-<uid>-<epochMs> form
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user