1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Add notes to docs about filters

Based on my own experience documented in #120 and #121
This commit is contained in:
Markus Unterwaditzer 2014-03-05 21:09:05 +01:00
parent 86c012a801
commit d3296ece0a

View file

@ -121,6 +121,12 @@ violations do not exist. That is why most of the errors in client requests have
undetermined consequences for the lazy server that can reply good answers, bad
answers, or even no answer.
As already mentioned, the Radicale server doesn't fully support the CalDAV and
CardDAV RFCs. For example, nested filters in queries currently don't work in
all cases. Examples of not working queries can be found in issues
`#120 <https://github.com/Kozea/Radicale/issues/120>`_ and
`#121 <https://github.com/Kozea/Radicale/issues/121>`_.
.. [#] Who says "Ruby is even less verbose!" should read the
:PEP:`20`.