Radicale-DecSync icon indicating copy to clipboard operation
Radicale-DecSync copied to clipboard

Radicale storage plugin to add synchronization using DecSync

Results 19 Radicale-DecSync issues
Sort by recently updated
recently updated
newest added

I set up Radicale DecSync with default values given in [README.md](https://github.com/39aldo39/Radicale-DecSync/blob/master/README.md). Radicale works fine without DecSync storage plugin. > C:\Users\Laptop>"C:\Program Files\Python39\python.exe" -m radicale --config "~/.config/radicale/config" --debug ``` [2021-03-16 10:26:01 +0100]...

On a raspberry pi 3+ (Linux raspberrypi 5.10.52-v8+ #1441 SMP PREEMPT Tue Aug 3 18:14:03 BST 2021 aarch64 GNU/Linux). Starting radicale-DecSync this error occurs: [8569] [CRITICAL] An exception occurred during...

I am trying to set up a DecSync, Radicale, Thunderbird, Syncthing combo on a Windows 10 machine. Thunderbird/Radicale work fine but when I add DecSync to the mix Thunderbird throws...

I am wondering, what is the advantage of using DecSync for calendar / contact synchronization between Android and Thunderbird? If you already have a Radicale server running, can't you just...

I tried launching Radicale without using a config file like this: `python3 -m radicale --storage-type radicale_storage_decsync --storage-filesystem-folder ~/.var/lib/radicale/collections --storage-decsync_dir ~/.local/share/decsync` However, the argument `--storage-decsync_dir` is not recognized. Is there any...

I installed radicale-storage-decsync on Sailfish OS (platform `aarch64`) running ``` $ pip3 install radicale_storage_decsync --user ``` However, when I try to run radicale an error occurs: ``` $ python3 -m...

When trying import ICS files exported from Radicale into Thunderbird, I get a lot of these errors. ``` DecSync: Write 1 entry [2020-08-18 00:53:37 +0900] [1904/Thread-349] [ERROR] An exception occurred...

Hi. I have reinstalled my debian system, I have loaded the above Radicale-DecSync files, but I have some errors that I cannot correct, I list them: - I can see...

Synchronizing an external calendar with `curl -u 'user:myPassWord' -X PUT http://localhost:5232/user/calendars-colID04109/ --data-binary @calendar.ics` as described in [98](https://github.com/Kozea/Radicale/issues/98) makes it available in a local thunderbird lightning setup. However events do not...