• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Query for Paul or anyone about Entourage Categories
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Query for Paul or anyone about Entourage Categories
      • From: Paul Berkowitz <email@hidden>
References: 
 >Query for Paul or anyone about Entourage Categories (From: Jesse Shanks <email@hidden>)

  • Prev by Date: Query for Paul or anyone about Entourage Categories
  • Next by Date: Punctuation in Applescript's Text Item Delimiters
  • Previous by thread: Query for Paul or anyone about Entourage Categories
  • Next by thread: Re: Query for Paul or anyone about Entourage Categories
  • Index(es):
    • Date
    • Thread