The following is a notification scheduler that reads notecards in cron format and uses Corrade to send notifications at a certain time.
Now you can schedule notifications by drag & dropping a notecard with a special cron-like format onto the primitive. An example notecard is the following:
########################################################################### # Syntax: ########################################################################### # * * * * * notice subject|notice message # | | | | | # | | | | +-- day of week (0-7) (Sunday=0 or 7) # | | | +----- month (1-12) # | | +-------- day of month (1-31) # | +----------- hour (0-23) # +-------------- minute (0-59) # at minute 10, hour 6, on the 7th day of the 9th month on a Sunday # send a notice with the subject "Hello" and the message "Good day!" 10 6 7 9 7 Hello|Good day!
You can add as many notecards as you like and the notecards can also be deleted from the menu on touch.