I _did_ write it out for you ;-)
However, to make it easier, try clicking this link:
http://tinyurl.com/aguac
That should open the script for you in a Script Editor window, ready to
save.
Save the script anywhere you like, then set up a new schedule (under the
tools menu, select 'schedules', then click 'new'.
Under the timing you have several options you can choose - experiment to
find out what works best for you. Then, as an action, choose 'run
applescript', then click the little button to select the script you just
saved.
--
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/>
> From: Ruth Ann McClain <[EMAIL PROTECTED]>
> Reply-To: "Entourage:mac Talk" <[email protected]>
> Date: Wed, 28 Sep 2005 07:38:05 -0500
> To: Entourage List <[email protected]>
> Subject: Re: Recurring Tasks
>
> Simple for you techies. Would one of you write out this script for us
> others please?
>
> Ruth Ann McClain
> [EMAIL PROTECTED]
> Mac G4/466
> OS X.4.2
> Entourage 11.1.0
>
>
>
> 9/28/05 7:30 AMBarry [EMAIL PROTECTED]
>
>> 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.
>
>
> --
> 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/>
>
--
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/>