Files
calendula/app
Jean-Luc Makiola 89262a0be6 fix(ics): reject an RRULE carrying both UNTIL and COUNT (#225)
EventRecurrence.parse ends with two global checks, not one: a missing FREQ
throws, and so does UNTIL together with COUNT. Only the first was mirrored, so a
rule with both still threw out of insert — the failure sanitizeRrule exists to
prevent. UNTIL is kept; it bounds the series at a date a stale COUNT can't
outrun.

Also mark a part that carries text but no '=' as a repair. It took the branch
meant for a trailing ';', so the rule was altered while the user was told
nothing had changed.
2026-08-31 19:24:20 +02:00
..