In article <vilain-24F292.03412730122005.RemoveThis@comcast.dca.giganews.com>,
Michael Vilain <vilain.RemoveThis@spamcop.net> wrote:
> No you haven't missed anything. iCal doesn't do hourly reminders. It's
> a daily planner. Wrong tool, I think. AFAIK, there's no _native_ tool
> that does hourly reminders.
Cron is very much a native tool that does reminders down to the minute.
It is, however, a command line tool, so a person should get cozy with
Terminal before looking to use it. There are a couple GUIs I've seen
that wrap the configuration; otherwise, do a "man crontab" to get
started. An example entry I have (to update the RSS feed of
mat.subsume.com at 2 minutes before the top of every hour):
58 * * * * cd ~/bin;./matRSS.io && ./matRSS_update
>> Stay informed about: Hourly events on ICal?