Open ghost opened 3 years ago
I've fixed this in my case: In the radicale setup web interface, make the collection be "calendar and tasks". In my case it was calendars, which made the path look like /username/abcd-abcd-abcd instead of /username/calendars-abcd-abcd-abcd. Radicale-decsync then took the first string before the dash as the "type", thus we got the "unknown type 3800c83f" error. You might need to remove the decsync_dir and sync_type in the .config/radicale/config, then login to radicale, remove the collection, and make a new one as describe above. Then add the stuff back into the config.
I see, you created the collection without the DecSync plugin as the plugin will always add a calendars-
or contacts-
prefix. I should probably take more care for that case.
I set up Radicale DecSync with default values given in README.md. Radicale works fine without DecSync storage plugin.