program adding reminders

Asked by Antoine Aquilina

Douglas,

I was wondering if there is a way a Java program could add reminders.
Is there a data file that can be modified?

best regards,
Antoine

Question information

Language:
English Edit question
Status:
Answered
For:
Indicator Remindor Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Brian Douglass (bhdouglass) said :
#1

My apologies for not seeing this sooner. You could always edit ~/.config/indicator-remindor/indicator-remindor.db (it is a sqlite database). But you would have to make sure the values are correct for time and date or it will crash Indicator Remindor.
Here are some java sqlite wrappers if you are interested --> http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers

Currently Indicator Remindor only checks for changes when an reminder runs or every 1/4 day. So you could have a 'reminder' for updating the database every so often. I would like to eventually have command line options to add reminders, but that is in the future.

If you don't mind me asking, what is your java program going to do?

Can you help with this problem?

Provide an answer of your own, or ask Antoine Aquilina for more information if necessary.

To post a message you must log in.