Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

GuillaumeB

macrumors 6502
Original poster
I downloaded the Launcher app from the mac App Store as it seems to be a decent alternative to the dying Quicksilver and Google's Quick search box

I would like to be able to quick add event to my iCal calendars or to quickly open up a compose windows of Mail.app

the apps lets me choose scripts but I have no idea how to make some ? Is this Automator related? Anyone using Launcher as well ?
 
Code:
tell application "Mail"
	activate
	set this_message to make new outgoing message with properties {visible:true}
end tell

This Applescript will start Mail and open a new message window.

I use QuickCal to create calendar entries from the launcher Alfred. Not sure if it will work from Launcher app.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.