Hello,
I have radicale running on my server and run caldavzap on my laptop to interact with it. The setup works fine, however I have quite a few lists and I would like to (down)load all lists but activate only one. From my understanding i have to change line 616 of config js:
var globalActiveTodoCollections=['https://IP/radicale/USER/5285f224-a8b3-63fe-8324-c9b053a67d79/'];
however, this doesnt work. I really tried everything I could think of, for example the syntax for the globalCalendarSelecter (which works) and anything similar. If I dont insert the full https address, the Browser console gives me this error:
TypeError: globalSettings.activetodocollections.value[i].match(...) is null
From what I understand the code tries to loop over the items in the array and perform a regex on them to extract relevant data. But I can't extract the required syntax from the code.
Google or similar doesnt yield any results. I hope you people can help me, it would be greatly appreciated.
Regards, Jacob