A bit of my selfhost journey [that no one asked about]
-
I am running things locally. I cannot get an ssl cert for my local network stuff because i cannot prove i own it to the issuer (i think?). As far as the todo apps, from what I dug up its that caldav does not support recurring stuff on the todo stuff? At least the default nextcloud app does not. You can set a recurring to do with an app that does, but sometimes i would cross it off on mobile and it would no longer show up on my desktop. It seems that they all internally juggle how recurring stuff happens and diffrent clients might trigger another one to see it as done and no need rescheduling.
I am running things locally.
Sorry, I missed that. It invalidates part of my comment.
I cannot get an ssl cert for my local network stuff
You can make a self-signed cert. If your mobile app does not have an option to accept it ("ignore SSL errors") then it won't work, maybe there's an alternative?
caldav does not support recurring stuff on the todo ... It seems that they all internally juggle how recurring stuff happens
CalDAV is a protocol, which remains the same. The server has little to do with how apps handle things.
I have no experience with tasks, but under the hood it's just another calendar and does not treat recurring events differently. I'm guessing these limitations/inconsistencies are app specific. -
Whoa thanks for that nugget of knowledge. Sounds like something I was searching but didn't run into.
They also have a bunch of integrations already built in! I use Cloudflare so all you gotta do is throw an API key into the config file and it does the rest. Which is nice cause DNS records can take some time to propagate