dengste / org-caldav

Caldav sync for Emacs orgmode
GNU General Public License v3.0
727 stars 105 forks source link

Radicale not syncing #127

Open schvabodka-man opened 7 years ago

schvabodka-man commented 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?

clinty commented 7 years ago

Are "Life" and "Work" the correct filenames on the Radicale server?

schvabodka-man commented 7 years ago

Yes, it is