Hi @BartSte, first of all thanks for the awesome program, I haven't got the chance to use it yet but it looks beautiful.
There is a feature that I have not found in the docs nor skimming through the code and I wanted to know if it's implemented. If not, how do you see the problem and if you'd accept PRs.
In an ideal scenario I'd love to be able to sync changes between the external calendars and the orgmode files transparently without user interaction with khalorg.
For sync to work we would need both directions:
- From external sources to orgmode: This could be done running khalorg list in the same cron job that is running vdirsyncer.
- From orgmode changes to external sources: I see two paths here:
- Run a daemon that is able to detect changes in the agenda files either through a cron or inotify and once they are detected it runs khalorg + vdirsyncer. This could be part of khalorg or an external program.
- Integrate that functionality in the saving mechanism of the editor (in my case nvim so it would be part of the nvim-plugin (I guess))
How do you see it?
Hi @BartSte, first of all thanks for the awesome program, I haven't got the chance to use it yet but it looks beautiful.
There is a feature that I have not found in the docs nor skimming through the code and I wanted to know if it's implemented. If not, how do you see the problem and if you'd accept PRs.
In an ideal scenario I'd love to be able to sync changes between the external calendars and the orgmode files transparently without user interaction with khalorg.
For sync to work we would need both directions:
How do you see it?