mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
parent
a030d4ef4c
commit
4921d25e18
1 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,12 @@ class HttpStorage(Storage):
|
||||||
Use a simple ``.ics`` file (or similar) from the web. Usable as ``http`` in
|
Use a simple ``.ics`` file (or similar) from the web. Usable as ``http`` in
|
||||||
the config file.
|
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 url: URL to the ``.ics`` file.
|
||||||
:param username: Username for authentication.
|
:param username: Username for authentication.
|
||||||
:param password: Password for authentication.
|
:param password: Password for authentication.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue