-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idempotently sync changes between ikhal and orgmode #3
Comments
Hey @lyz-code, thanks for your interest. I accept PRs. You are correct that currently there is no "automatic sync mechanism" that handles both pulling en pushing agenda items. The solution you describe sounds logical to me. My current workflow is that I have 1 org file holding my Outlook agenda. When I want to pull the items I run The ideal solution, I guess, would be if:
The process above can be executed using systemd or cron using a simple timer. I'll think about it some more this week. Let me know what you think the best approach would be. Cheers |
The algorithm you proposed looks perfect for me. At the implementation level I feel that having a I'm a little busy right now so I can't guarantee a PR in a near horizon, but it's surely something that is nagging me inside my head, so if you don't have the energy to work on it, eventually I'll do it :) |
I was just thinking. Would it not be possible to let khalorg push all its changes to khal, without checking for any sync errors, and let For example:
Lets say changes are made in Now we can do the following:
The process above can still be executed using timer (cron/systemd). I might be missing something here but it is a start. |
Makes a lot of sense to reuse The workflow might be confusing for a new user though, so if we go through this path I'd definitely either:
|
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?
The text was updated successfully, but these errors were encountered: