Receiving iCal Event information
Receiving iCal Event information
- Subject: Receiving iCal Event information
- From: Matt Petrowsky <email@hidden>
- Date: Fri, 17 Dec 2004 21:24:34 -0800
Does anyone on the list, having worked with iCal, know if it's possible
to receive parts of the event which triggered a script?
I'm seeking to pull out the notes from the event which triggered the
script. The most basic conceptual code would look like the following.
Tell application "Finder"
display dialog event notes
End tell
Obviously that doesn't work so you might expect to use something like...
tell application "iCal"
set x to description of event -1
display dialog x
end tell
Where hopefully event -1 would be the event calling the script. But no
go. The iCal Helper (embedded app) seems to use numbered variables
(e.g. $1, $2, $3) in non compiled scripts to extract parts of the
event. Do we have access to these or is it easier than it should be and
I'm just missing it?
Matt Petrowsky
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden