Title: Re: Default task date
My script comes close enough for me, and maybe for you to:

tell application "Microsoft Entourage"
    activate
   set theDate to current date
   make new task with properties {due date:theDate, remind date and time:theDate + 30 * minutes}
    open the result
end
tell

I saved this from Script Editor into my Microsoft User Data/Entourage Script Menu items folder, and called it “New Task Today\cox.scpt”.  Then I can trigger it with control-option-x.  

Yes, the script is dedicated to the public domain <grin>...

-- Joshua



On 9/22/05 7:52 PM, "Paul Berkowitz" <[EMAIL PROTECTED]> wrote:

On 9/22/05 7:48 PM, "Richard Shane, Ph.D." <[EMAIL PROTECTED]> wrote:

Hello

(Using OS 10.3.9, Ent. 2004, v. 11.2)

Right now, when I create a new task and want to also check the “reminder “ box - so it accesses Office Notifications alarm - the new task automatically defaults to tomorrow. If find that the majority of tasks I create in the morning are for today, or some other day in the future. Is there any way to have new tasks default to today?

No.

Reply via email to