Thank You Paul and Allen for your help with this.  Things are working much
better now.


... But what about this...

=== APPLESCRIPT TASK HELP ===

A Few problems:

1- What does r/o mean? Ex: due date  date  [r/o]  -- the date the task is
due




2- The due date will not appear - it remains blank. What am I doing wrong?
Even when I just type not time like "07/01/02" it re-adjusts it like
below...


3- (category : a list of reference  -- the list of categories) ... Also
doesn't work for me... I must be not creating a 'list list of categories' or
something.


----------------


THE CODE:

set theName to "test1"
set theCategory to "Work"
set thePriority to "high"
set theContent to "test"
set theStart to date "Tuesday, July 2, 2002 12:00:00 AM"

tell application "Microsoft Entourage"
    activate
    
    set newTask to make new task with properties {name:theName,
content:theContent, priority:thePriority, due date:theStart, remind date and
time:theStart}
    
    open newTask
    
end tell

Thanks for your help....


-- 
RevDave
[EMAIL PROTECTED]

Check out some great Domain Names at:
http://www.domains4days.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/>

Reply via email to