简体   繁体   中英

Event reminder not working for calendar events in android

My calendar application (version 2.3) adds the calendar event for user, but the reminder is not working. I have set event.put("hasAlarm", 1); like this.

Any solutions?

Can you try the following event.put(Events.HAS_ALARM,1);

where import is import android.provider.CalendarContract.Events;

use this import import android.provider.Calendar.Events; for 2.3

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM