How to read syntax description
How to read syntax description
- Subject: How to read syntax description
- From: Roger Gilliar <email@hidden>
- Date: Fri, 25 Oct 2002 18:53:06 +0200
Can someon explain me how to read the following syntax description ?
Class event: This class represents an event
Plural form:
events
Properties:
<Inheritance> item [r/o] -- All of the properties of the superclass.
start date date -- The event start date
sequence integer -- The event version
description Unicode text -- This is the event description.
stamp date date [r/o] -- The event last stamp date
recurrence Unicode text -- The iCAL string describing the event
recurrence, if defined
status none/cancelled/tentative/confirmed -- The event status
summary Unicode text -- The event summary
end date date -- The event end date, if defined
uid Unicode text [r/o] -- An unique event key
I tried something like
tell application "iCal"
activate
set eventList to event with start date "01/01/2002"
end tell
But that doesn't work.
Regards
Roger
BTW: Can someone recommend some books about Applescript ?
_______________________________________________
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.