Comment on Cfait: CalDav TODO list handler written in Rust (TUI+GUI)
bremen15@piefed.social 1 week ago
Excellent work. I am trying this out.
I am interested in cross-device use, such as ticking off items on my Android device. In the other thread, I see that you use Tasks on Android, and I am curious about your workflow. Could you please explain how this works across devices?
trougnouf@lemmy.world 1 week ago
Thanks :)
It’s as simple as ticking off items (and adding new ones). The categories in Tasks (#tags in Cfait) and child/parent relationships are compatible (it’s all the same iCalendar standard). Tasks doesn’t understand the Blocked-by relationship but the tasks still appear.
You just need a CalDAV server to get going. I use
Radicalebecause it’s lightweight and single-purpose so unlikely to break (and a self-hosted Wireguard VPN because I don’t have a static IP at home). For Android you also need an app to synchronize with the CalDAV server (Tasks doesn’t do it alone), I useDAVx5(It’s all on F-Droid).