Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Link iCal events and to-dos to to any Mail message' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Link iCal events and to-dos to to any Mail message
Authored by: John M on Nov 16, '06 04:55:44AM
As FlyBoy states, you can do this without the Ruby script. I can't test this as I don't have MailTags.

Replace the following lines in the Applescript:
set the clipboard to theID 
do shell script "/Users/nacohen/bin/messID2messURL.rb" 
With:
set the clipboard to "message://" & (do shell script "python -c 'import sys, urllib; print urllib.quote(sys.argv[1])' " & quoted form of theID)
John M

[ Reply to This | # ]