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