5

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?

user
  • 5,370
  • 8
  • 47
  • 75
Droid_Dev
  • 1,162
  • 1
  • 8
  • 25

1 Answers1

0

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

Rahul Patil
  • 2,707
  • 2
  • 21
  • 32