You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CalDAV calendar names are now displayed correctly in Settings > Synchronization. The frontend was reading cal.url, cal.display_name, and cal.color instead of the API response fields calendarUrl, calendarName, and calendarColor. This caused blank calendar entries and a "Missing calendarUrl or enabled field" error when toggling a calendar's enabled state.
Replaced remaining innerHTML assignments in settings.js with replaceChildren / insertAdjacentHTML to comply with the project's XSS-safety constraint.