mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-22 18:51:27 -05:00
Resolves issue #475 by modifying CalDAV discovery so Apple Reminders can use /dav/projects/ as the home set without exposing that synthetic path as a real task list, preserving the existing principal-based flow. This is because Apple Reminders defaults back to the /dav/projects/ URL, rather than accepting the /dav/principals/username/ URL specified in Vikunja. Resolves #475