View Single Post
Quote:
Originally Posted by MacBerry View Post
Manually only I'm afraid, but I'm going to have a go at writing a script that can run on a schedule to do it. Don't hold your breath though as I've never written a script in my life before! Doing an online course right now!
The script would be

Code:
tell application "OmniFocus"
     ical_synchronize
end tell
except there's a bug right now which causes this to call the main synchronize instead. :(

Once we fix that bug, you could maybe use the iCal alarm trick here or something similar to handle the scheduling aspect.