Fixed
- Locale file (
de.json) no longer causes a JSON parse error that made the app completely unusable. Therecipes.deleteConfirmvalue contained a bare ASCII double-quote inside a JSON string, which prematurely terminated the string and broke every page load. - ICS calendar subscriptions now respect the
COUNTparameter in RRULE (RFC 5545). Previously, events with a limited number of occurrences (e.g.RRULE:FREQ=WEEKLY;COUNT=3) were incorrectly shown as upcoming because the expansion loop iterated to the sync window end regardless of the occurrence limit.