- Add hasRrule: boolean to CalendarOccurrence interface - Capture isRecurring = event.isRecurring() once before the branch - Set hasRrule: isRecurring in non-recurring push (always false) - Set hasRrule: isRecurring in recurring push (always true) - All 10 expand.test.ts tests pass (RED→GREEN)