pimutils / todoman

✅ A simple, standards-based, cli todo (aka: task) manager.
https://todoman.readthedocs.io
ISC License
489 stars 78 forks source link

Auto sync with vdirsyncer? #484

Open notflip opened 2 years ago

notflip commented 2 years ago

I managed to setup Todoman and vdirsyncer, now when I edit an event, I have to run vdirsyncer sync afterwards, I'm wondering if there's any known method to automate this, so that after an edit/new/cancel, vdirsyncer syncs with my caldav server?

Thanks!

WhyNotHugo commented 2 years ago

From https://github.com/pimutils/vdirsyncer/issues/24:

As for a daemon mode, I'm using autovdirsyncer, which is very basic but works. A sync is run automatically when a local file changes, and otherwise a sync happens every 15 minutes.

It's a bit of a hack, but it's worked well for many months for me.