Open schvabodka-man opened 7 years ago
Hello, what's the workarounds are here to work with radicale? I'm trying to use config as simple as this
(setq org-caldav-url "http://ip:port/user") (setq org-caldav-calendars '((:calendar-id "Life" :files ("~/Org/Agenda/Todo/Life.org") :inbox "~/Org/Agenda/Todo/Life-inbox.org") (:calendar-id "Work" :files ("~/Org/Agenda/Todo/Work.org") :inbox "~/Org/Agenda/Todo/Work-inbox.org")))
The fact is that when i'm doing sync simply nothing syncing(but there are some entries in caldav calendar). Org-caldav just pop up a buffer with "Nothing was done". Did i miss something in config?
Are "Life" and "Work" the correct filenames on the Radicale server?
Yes, it is
Hello, what's the workarounds are here to work with radicale? I'm trying to use config as simple as this
The fact is that when i'm doing sync simply nothing syncing(but there are some entries in caldav calendar). Org-caldav just pop up a buffer with "Nothing was done". Did i miss something in config?