Radicale logo

Radicale

A simple CalDAV (calendar) and CardDAV (contact) server

Alternative to: google calendar, google contacts, icloud calendar


About Versions (78)

v3.7.0

2026-04-05

Feature

Extension

  • Add: [server] delay_on_error option
  • Add: [auth] oauth2: allow custom client_id and client_secret (optional)
  • Add: [logging] limit_content option
  • Add: [headers] Content-Security-Policy is now set to be strict on new configs

Improvement

  • Performance: improve path_to_filesystem()
  • Performance: preload access rights from file
  • Improve: [server] max_resource_size is now also checked on storage discover+get to avoid issues with items stored outside using PUT
  • Improve: hook preparation (check whether enabled, early skip if not VCALENDAR)
  • Cleanup: WebUI is now split into smaller javascript files
  • Cleanup: WebUI is now fit for strict content security policy
  • Cleanup: WebUI: Simplfied Caching and Navigation internally
  • Cleanup: WebUI: Unified error handling
  • Cleanup: Added integration test for verification of end-to-end behavior of WebUI

Cleanup

  • Cleanup: deprecate config option ‘ldap_use_ssl’ for good