Add warning to HTTP storage

re #54
This commit is contained in:
Markus Unterwaditzer 2014-06-11 19:25:09 +02:00
parent a030d4ef4c
commit 4921d25e18

View file

@ -48,6 +48,12 @@ class HttpStorage(Storage):
Use a simple ``.ics`` file (or similar) from the web. Usable as ``http`` in
the config file.
.. note::
This is a read-only storage. If you sync this with
read-and-write-storages (such as CalDAV), make sure not to change
anything on the other side, otherwise vdirsyncer will crash.
:param url: URL to the ``.ics`` file.
:param username: Username for authentication.
:param password: Password for authentication.