lfos / calcurse

A text-based calendar and scheduling application
https://calcurse.org
BSD 2-Clause "Simplified" License
963 stars 95 forks source link

importing todo and event from different caldav #449

Open sudo-Tiz opened 1 year ago

sudo-Tiz commented 1 year ago

Hi, thank you for the work you're doing ! I am using nextcloud for tasks and calendar, but i am having a trouble to sync it with calcurse-caldav. Nextcloud use 2 different path , one for tasks and one for events: todo : /remote.php/dav/calendars/USERNAME/tches event : /remote.php/dav/calendars/USERNAME/personal I have seen other github issues about synchronizing 2 different caldav with events (issue 68) but my problem is a bit different. is there is a trick to sync todo from a different place than events ?

r3k2 commented 1 year ago

I have a similar problem

lfos commented 1 year ago

You might be able to create two calcurse-caldav configs with different paths and with SyncFilter = cal and SyncFilter = todo, respectively - then run calcurse-caldav twice (once with each of the two configs).