Re: Sorted - How to get Palm Desktop (v 2.6, OS9) to create new event
Re: Sorted - How to get Palm Desktop (v 2.6, OS9) to create new event
- Subject: Re: Sorted - How to get Palm Desktop (v 2.6, OS9) to create new event
- From: Chris Page <email@hidden>
- Date: Mon, 11 Nov 2002 04:07:17 -0800
On Sunday, Nov 10, 2002, at 07:22 US/Pacific, Charles Arthur wrote:
tell application "Palm Desktop"
create new event with {title:"test event", date:"11/11/02", start
time:"0930", duration:30}
end tell
(I was telling it to make... with property {...} which clearly upset
it.)
IIRC, Palm Desktop 2.6 doesn't support "with properties". Confusingly,
it uses the term "with" for what is really "with data", but it takes a
property record. And as you discovered, it doesn't produce an error to
let you know when something is wrong. I've since changed it to support
"with properties" and "with data" appropriately. No promises on when/if
this new version will ship.
In any case, you should upgrade to the latest Palm Desktop 4.x if
possible, as it fixes a number of bugs, and the AppleScript terminology
was cleaned up a bit. For example, "create new event with" has been
renamed to "make new event with data".
--
Chris Page - Mac Guy - Palm, Inc.
The other, other Chris.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.