BroadcastReceiver for Android Calendar events
I am trying to write a BroadcastReceiver that listens to events like insert, edit, delete to the native android calendar (ICS and above). So whenever one of these events occur the app should be able to at the least know that these events occurred. Any one has an idea, how to do this or any reference links. I have written my own broadcasterReceiver class that extends from BroadcastReceiver. Can't figure out the values in the manifest like, currently I have this which is not working: <receiver android:name=".NativeEventChangeReceiver"> <intent-filter> <action android:name="android.intent.action