I did a search and didn't see this discussed before..
I was wondering if there was anyway to have ical alarms use growl?
thanks
danmeltzer wrote:I'm certainly not someone who usually has any clue as to anything technical around here... but wouldn't it be easy to have iCal run an applescript as the alarm? Then you could (I say "you" purposefully, because "I" could not, as I have no technical ability as previously noted. It's a general "you" not meaning anyone in particular) just write an applescript to cause a growl alert with whatever the name of the alarm event is? you just have to remember to set the alarm to open that file when you set a new alarm...
Not the best solution, but a relatively simple one that I believe would be entirely possible...
on send_mail_sbr(subjectLine, messageText, myrecipient)
tell application "GrowlHelperApp"
set theName to "New Event"
set theAppName to "Custom iCal Notifications"
set the allNotificationsList to {theName}
set the enabledNotificationsList to {theName}
register as application theAppName ¬
all notifications allNotificationsList ¬
default notifications enabledNotificationsList ¬
icon of application "iCal"
notify with name theName ¬
title subjectLine ¬
description messageText ¬
application name theAppName ¬
with sticky
end tell
end send_mail_sbr
"Email" = "Growl";<!--string>EmailPopup</string-->"Send an email at %@, %d %@ %@" = "Growl me %2\$d %3\$@ %4\$@ %1\$1.1s";Users browsing this forum: No registered users