Re: [NTLK] applescript/CO help

From: Stephen Swift (burnum_at_mac.com)
Date: Sun Dec 15 2002 - 02:15:34 EST


At 12/14/02 2:06 PM, Tom McDougal (tmcdougal_at_newted.org) Wrote:

> tell application "Claris Organizer 2.0"
> set appt to (create appointment with date "12/31/02")
> end tell

Ugh. I downloaded Palm Desktop. Their scripting support is horrendous.
It's as is and unsupported. Plus, their dictionary lies like a kid who just
stole candy AND I doubt if half the stuff is implemented. The address book
scripting seems ok, but it's just returning raw stuff with events. Well, I
got this to work, but good luck trying to change its date.

tell application "Palm Desktop"
    make new event with data {date:"12/31/02", title:"testing", start
time:"16:00"}
end tell

Watch out for line wrapping. It should only be 3 lines.

Stephen Swift - stephen_at_macobserver.com
AppleScript Guru - The Mac Observer

-- 
This is the NewtonTalk list - http://www.newtontalk.net/ for all inquiries
List FAQ/Etiquette/Terms: http://www.newtontalk.net/faq.html
Official Newton FAQ: http://www.chuma.org/newton/faq/



This archive was generated by hypermail 2.1.2 : Wed Jan 01 2003 - 10:02:27 EST