Skip to content
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

Is there anyway to run this is as an async task / in the background? #131

Open
erikc96 opened this issue Jun 22, 2021 · 2 comments
Open

Comments

@erikc96
Copy link

erikc96 commented Jun 22, 2021

No description provided.

@lesharris
Copy link

(run-with-idle-timer 120 t 'org-gcal-sync)

An easy way is just to configure an timer to call it. It's not truly async but kicks off without you having to think about it. Set the first parameter to the number of seconds.

I like to use an idle timer so it only does the sync when I'm not doing anything else.

@telotortium
Copy link

This project is no longer maintained. Please use https://github.com/kidd/org-gcal.el

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants