I'm trying to figure out the AppleScript Entourage "empty cache" command
but
can't figure out the syntax and can't find anything on Google.
Basically all I have is this:
tell application "Microsoft Entourage"
empty cache of Exchange calendar
end tell
I've tried various paths after the Exchange calendar part but always get
errors.
Anyone know the proper syntax?