diff --git a/frontend/src/views/CalendarView.vue b/frontend/src/views/CalendarView.vue
index 32971f1..62413b7 100644
--- a/frontend/src/views/CalendarView.vue
+++ b/frontend/src/views/CalendarView.vue
@@ -277,6 +277,10 @@
{{ fullIcalUrl }}
+
+
+ Bei der Passwort-Abfrage Benutzername leer lassen und nur das Passwort eingeben.
+
Passwortgeschuetzt
@@ -1192,6 +1196,10 @@ onUnmounted(() => {
.list-bulk { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; }
.col-check { width: 36px; }
.list-row.selected { background: var(--p-primary-50); }
+.ical-pw-hint { margin-top: 0.5rem; font-size: 0.8rem; color: var(--p-text-muted-color);
+ background: var(--p-yellow-50, #fffbeb); border-left: 3px solid var(--p-yellow-400, #facc15);
+ padding: 0.5rem 0.75rem; border-radius: 4px; }
+.ical-pw-hint i { margin-right: 0.4rem; }
.list-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.list-table th { text-align: left; padding: 0.5rem; border-bottom: 2px solid var(--p-surface-200); font-weight: 600; user-select: none; }
.list-table th.sortable { cursor: pointer; }