org-caldav icon indicating copy to clipboard operation
org-caldav copied to clipboard

Radicale not syncing

Open schvabodka-man opened this issue 6 years ago • 2 comments

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?

schvabodka-man avatar Sep 27 '17 08:09 schvabodka-man

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

clinty avatar Oct 20 '17 03:10 clinty

Yes, it is

schvabodka-man avatar Oct 20 '17 05:10 schvabodka-man