Re: Query for Paul or anyone about Entourage Categories
Re: Query for Paul or anyone about Entourage Categories
- Subject: Re: Query for Paul or anyone about Entourage Categories
- From: Matthew Smith <email@hidden>
- Date: Sat, 12 Jan 2002 13:50:49 +1100
on 12/01/2002 12:38, Jesse Shanks at email@hidden wrote:
>
I have a script that allows me to create a New Task in Entourage from any
>
application using the Script Menu in OS X. Everything is good in setting the
>
new task properties except category. I can get a list of the categories in
>
my Entourage, but have diddled around and cannot get it to accept my
>
category however I attempt to choose it and send it in the property record.
>
>
Once I get a list of my categories and make a choose from list, what
>
identifier or reference will Entourage understand to assign a category to a
>
new task?
This works for me:
tell application "Microsoft Entourage"
make new task with properties ,
{name:"Test", category:{category "Personal"}}
end tell
A category is an object. The category property of a task is a list of
categories.
--
Matthew Smith