Skip to content

v0.52.10

Choose a tag to compare

@ulsklyc ulsklyc released this 20 May 06:16

Fixed

  • 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.