Phase 11: Per-Event Reminders (CAL-13/14, NOTIF-04/05/06) #19
@@ -1263,7 +1263,7 @@ const CUSTOM_ALARM_OCCURRENCE: CalendarOccurrence & { reminderIsCustom?: boolean
|
|||||||
description: null,
|
description: null,
|
||||||
hasRrule: false,
|
hasRrule: false,
|
||||||
reminderLeadMinutes: null, // custom alarms cannot be reduced to a lead
|
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', () => {
|
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',
|
title: 'Long-lead timed meeting',
|
||||||
start: '2026-12-15T10:00:00-05:00',
|
start: '2026-12-15T10:00:00-05:00',
|
||||||
end: '2026-12-15T11: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,
|
location: null,
|
||||||
description: null,
|
description: null,
|
||||||
hasRrule: false,
|
hasRrule: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user