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

Merge pull request #123 from untitaker/website

Add notes to docs about filters
This commit is contained in:
Guillaume Ayoub 2014-03-06 00:11:57 +01:00
commit cd6ca7f24d

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 undetermined consequences for the lazy server that can reply good answers, bad
answers, or even no answer. 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 .. [#] Who says "Ruby is even less verbose!" should read the
:PEP:`20`. :PEP:`20`.