I changed an existing configuration file to use type = "http" for a .ics URL, and I did not think about changing collections = ["from a", "from b"].
The result was that no collections were found and nothing was synchronised.
For the next unwary user, I would document in https://vdirsyncer.pimutils.org/en/stable/config.html#storage-http that type = "http" requires collections = null.
Or maybe I haven't understood something properly. How should I configure collections if the side of the pair with type = "http" does not support collections, but the other side does?
I changed an existing configuration file to use
type = "http"for a .ics URL, and I did not think about changingcollections = ["from a", "from b"].The result was that no collections were found and nothing was synchronised.
For the next unwary user, I would document in https://vdirsyncer.pimutils.org/en/stable/config.html#storage-http that
type = "http"requirescollections = null.Or maybe I haven't understood something properly. How should I configure
collectionsif the side of the pair withtype = "http"does not support collections, but the other side does?