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: jedmtnman on Tue, Aug 26 2008 at 10:51AM PDT
I am not a Ruby expert, but I belive it should be newEvent.setNotes("Length of call: " (call.duration/60).to_s + " minutes.") I have not tested it, I just added it to the hint for reference so it is easier to find. .to_s in Ruby is a toString method.

[ Reply to This | # ]