Hoya!
I'm looking for a way to simply receive recurrent reminders for myself via Growl. I have tested sending alerts via different applications but I guess that what I'm looking for is so basic that I haven't been able to find the adequate solution. Each three days for instance I need to receive the same notif at a precise time. Like a note/reminder from myself.
I have played around making custom notif via Applescript so I'm comfortable with that.
Hope you can help even though the solution might have something to do outside of Growl.
Thanks!
Simple recurrent reminders
Re: Simple recurrent reminders
Anyone?
I am sorry if this might not be a Growl problem per se but I was thinking that there might be an easy way to do it without any application used simply to trigger those reminders and that you guys might be the better suited to know how.
I am sorry if this might not be a Growl problem per se but I was thinking that there might be an easy way to do it without any application used simply to trigger those reminders and that you guys might be the better suited to know how.
Re: Simple recurrent reminders
No. Every Growl notification comes from an application. That “application” may be a script, but it's still an external unit of some form of code. You need either a real application or a script to do this.JeromeM wrote:… there might be an easy way to do it without any application …
Re: Simple recurrent reminders
Thanks boredzo for your answer.
Essentially I just then need to find a way to launch a script on recurrent time and dates.
I created a recurrent event in iCal (alarm triggers the script) but for some reason it only launches the script the first day the event is set.
Is that a problem with iCal, Growl or my script? (used the applescript you guys provided and edited text and icon)
I've seen people having recurrent events in iCal launch a script.
Is there any known reason why triggering a script via recurrent event in iCal wouldn't be compatible with GrowlHelperApp?
Essentially I just then need to find a way to launch a script on recurrent time and dates.
I created a recurrent event in iCal (alarm triggers the script) but for some reason it only launches the script the first day the event is set.
Is that a problem with iCal, Growl or my script? (used the applescript you guys provided and edited text and icon)
I've seen people having recurrent events in iCal launch a script.
Is there any known reason why triggering a script via recurrent event in iCal wouldn't be compatible with GrowlHelperApp?
Re: Simple recurrent reminders
Probably iCal. You can confirm this with display dialog.JeromeM wrote:I created a recurrent event in iCal (alarm triggers the script) but for some reason it only launches the script the first day the event is set.
Is that a problem with iCal, Growl or my script? (used the applescript you guys provided and edited text and icon)
No.Is there any known reason why triggering a script via recurrent event in iCal wouldn't be compatible with GrowlHelperApp?
Re: Simple recurrent reminders
Pardon my ignorance but what is display dialog?
Re: Simple recurrent reminders
It's an AppleScript command. See the Standard Additions dictionary in AppleScript Editor.
Re: Simple recurrent reminders
all right. thanks boredzo I'll check it out