Back to project page android-calendar-drafts.
The source code is released under:
Apache License
If you think the Android project android-calendar-drafts listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.touchableheroes.drafts.calendar.cmd; /*w w w . j av a2 s . c om*/ public class InsertReminderCmd { // final ContentValues reminders = new ContentValues(); // reminders.put(Reminders.EVENT_ID, id); // reminders.put(Reminders.METHOD, Reminders.METHOD_ALERT); // reminders.put(Reminders.MINUTES, 10); // // Uri uri = cr.insert(Reminders.CONTENT_URI, reminders); }