mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-28 15:40:14 +00:00
As specified in RFC5545 the CLASS field is optional, and if it isn't present is treated as PUBLIC. To allow a is-not-defined prop-filter to find resources without CLASS set, we need to not store in the database. This turns out to be okay, because to enforce privacy we always check to see if it is PRIVATE or CONFIDENTIAL. We never check to see if it is PUBLIC. Closes #284.