alarm clock

Jump to First Reply
Posted:
in Mac Software edited January 2014
I know there are a lot of clocks out there, but I can't find one that sits in the menu bar and does repeating alerts (daily pills for example). Anybody know of a good one? I thought I could do it in Palm desktop, but I don't want it displayed on the calendar every day. Thanks in advance.

Comments

  • Reply 1 of 2
    nebagakidnebagakid Posts: 2,692member
    Maybe there can be an easy AppleScript application:



    on idle

    if time is 19:00 then

    \tbeep

    \tsay "Take yer pills buddio!"

    end



    will this work?
     0Likes 0Dislikes 0Informatives
  • Reply 2 of 2
    stoneagestoneage Posts: 24member
    [quote]Originally posted by Nebagakid:

    <strong>Maybe there can be an easy AppleScript application:



    on idle

    if time is 19:00 then

    \tbeep

    \tsay "Take yer pills buddio!"

    end



    will this work?</strong><hr></blockquote>



    I've never written an AppleScript (they don't call me stoneage for nothing)
     0Likes 0Dislikes 0Informatives
Sign In or Register to comment.