Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,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 whoever 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 Dec 04, '08 01:15:37PM

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 Jan 13, '09 07:36:18AM
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 | # ]