Hi Guru's
How to pass parameters from external applications e.g. Filemaker to an applescript?
Sample Script:
=====
tell application "iCal"
tell calendar "Work"
make new todo at end with properties {description:TDDesc, summary:TDName, due date: DDate}
end tell
end tell
=====
Where TDDesc, TDName and DDate are global parameters that are defined in the external application.
Thanks & regards
Gus
How to pass parameters from external applications e.g. Filemaker to an applescript?
Sample Script:
=====
tell application "iCal"
tell calendar "Work"
make new todo at end with properties {description:TDDesc, summary:TDName, due date: DDate}
end tell
end tell
=====
Where TDDesc, TDName and DDate are global parameters that are defined in the external application.
Thanks & regards
Gus