I am trying to make an application that can set events or reminders in the phone so that the reminders will be set for some later date. The tricky part is that i need to be able to do this without the application being running constantly. Potentially, i could do this through a built in calendar application. So far as i can tell, i might need to write a plugin to interface between the java code for the reminder and the javascript for the phonegap application. Am i correct in my needing to write a plugin? If i am, how would i go about writing said plugin? If there is a different or easier way, what is said easier way?
thanks