calcurse icon indicating copy to clipboard operation
calcurse copied to clipboard

question: multiple calendars in calcurse-caldav

Open ruben-s opened this issue 3 years ago • 1 comments

Hi,

In the calcurse-caldav script I see in the function def get_etags(conn, hrefs=[]): that there is an array passed with hrefs. And also a bit lower a loop: 'for href in hrefs:'

Question: Is href a single event url or is it multiple paths from the config file, each containing a different calendar (on the same server, like I have set-up on a radicale server)?

Is it possible to specify multiple paths/calendars in the config file? What should the format in the config file be? I tried looking at the configparser code, but could not really understand.

Thx.

br, Ruben

ruben-s avatar Sep 30 '21 12:09 ruben-s

See #189 - right now it is not possible to sync multipe caldav calendars.

molekular avatar Oct 24 '21 10:10 molekular