Shortened calendar title again...

This commit is contained in:
2026-07-11 23:20:09 +02:00
parent 99579a30f7
commit bf49633fac
+1 -2
View File
@@ -1,4 +1,3 @@
# Calendar data is compacted here so the ESP32 only receives display-ready entries.
CALENDAR_NAMES = {
"calendar.tkrz_kalender": "Arbeit",
"calendar.privat": "Privat",
@@ -6,7 +5,7 @@ CALENDAR_NAMES = {
DAY_NAMES = ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"]
MAX_ENTRIES = 8
# Reserve the right side of each row for start and end times.
MAX_TITLE_LENGTH = 25
MAX_TITLE_LENGTH = 22
MAX_META_LENGTH = 35