On 28/9/05 08:59, "George" <[EMAIL PROTECTED]> wrote:

> Hello, List-- 
> 
> My typo, sorry - let's make that "Short of MS someday adding an
> Edit->Delete All COMPLETED Tasks menu command, is there any way to create an
> Applescript that auto-deletes tasks once they have been marked "Complete"??"
> 
> Cheers,
> George
> 


The script is simple enough:

tell app "microsoft entourage" to delete (every task whose completed is
true)

(that should be all on one line)

Just save this script somewhere convenient and set up a schedule to run this
script once an hour/day/minute, whatever you deem most convenient.

-- 
Barry Wainwright
Microsoft MVP (see http://mvp.support.microsoft.com for details)
Seen the All-New Entourage Help Pages? - Check them out:
        <http://www.entourage.mvps.org/>


-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to