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


Click here to return to the 'The Finder does this' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
The Finder does this
Authored by: Simon Andersen on Jul 09, '04 06:54:22AM
If I may just make a small addition. It'd be really handy to have the Finder put the URL in the clipboard for easy pasting into iCal. So here we go:

on open someFiles
tell application "Finder" to set the clipboard to (get URL of (item 1 of (someFiles)) as string)
end open

Save this as an application in Script Editor and put it in to Dock for easy drag-and-drop

[ Reply to This | # ]