calendar_routes.py used a backslash inside an f-string expression, valid
only on Python 3.12+. Hoist the newline-escaping out of the f-string so
the app imports on Python 3.11, as the README states.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>