Phase 11: Per-Event Reminders (CAL-13/14, NOTIF-04/05/06) #19

Merged
luckberg merged 41 commits from gsd/phase-11-per-event-reminders into main 2026-06-14 14:06:45 -04:00
Showing only changes of commit a3aec2d21d - Show all commits
+2 -2
View File
@@ -1263,7 +1263,7 @@ const CUSTOM_ALARM_OCCURRENCE: CalendarOccurrence & { reminderIsCustom?: boolean
description: null,
hasRrule: false,
reminderLeadMinutes: null, // custom alarms cannot be reduced to a lead
reminderIsCustom: true, // CR-01 new field: signals absolute/multi alarm
reminderIsCustom: true, // CR-01 new field: signals absolute/multi alarm
};
describe('EventForm — Phase 11 Plan 05 CR-01: custom alarm round-trip', () => {
@@ -1348,7 +1348,7 @@ const TIMED_OFFLIST_10080_OCCURRENCE: CalendarOccurrence = {
title: 'Long-lead timed meeting',
start: '2026-12-15T10:00:00-05:00',
end: '2026-12-15T11:00:00-05:00',
allDay: false, // timed — 10080 is off-list
allDay: false, // timed — 10080 is off-list
location: null,
description: null,
hasRrule: false,