myuhe / org-gcal.el

Org sync with Google Calendar
450 stars 113 forks source link

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

Open erikc96 opened 3 years ago

lesharris commented 2 years ago
(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 commented 2 years ago

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