Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Add an iPhone call log to iCal via AppleScript' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Add an iPhone call log to iCal via AppleScript
Authored by: mac.by.jake on Thu, Dec 4 2008 at 1:15PM PST
I can't get this installed. I'm definitely don't know how to use terminal that well. The documentation reads for the install reads:

" In order to install on your system, cd into this install directory and enter the
# following command:
#
# sudo rake install
#
# This will install the calllog2ical.rb script into you /usr/local/bin directory
# and will install a simple launchd script."

I've completed the sudo rake install and then used the apple script mentioned in this post.

I'm getting the following error: "sh: /usr/local/bin/calllog2ical.rb: No such file or directory" when I use the applescript.

Obviously I'm not installing this properly when I use the terminal command.

Also from the posted install instruction I don't know what a simple launchd script is?

Any help is greatly appreciated.

[ Reply to This | # ]
Add an iPhone call log to iCal via AppleScript
Authored by: jedmtnman on Tue, Jan 13 2009 at 7:36AM PST
try
  1. unning the command from the command line. if that works, its an applescript issue
  2. if it doesnt work, did you use the
     which 
    command to make sure you know where the script is installed.
  3. have you checked user permissions to make sure that you have permission to execute the script?
jed

[ Reply to This | # ]