Obsolete
Status Update
Comments
cm...@gmail.com <cm...@gmail.com> #2
Which device? All devices supported in AOSP run either 4.1 or 4.3 at this point.
di...@gmail.com <di...@gmail.com> #3
Device Samsung Galaxy with android 4.0.4
br...@gmail.com <br...@gmail.com> #4
This report applies to an Android-based device, and the issue tracker where you reported it specializes in issues within the Open Source source code of the Android platform.
We are not able to provide support for individual devices. Please report this issue in the support forum for your device, which might be hosted by your device manufacturer or by the operator where you got your device.
We are not able to provide support for individual devices. Please report this issue in the support forum for your device, which might be hosted by your device manufacturer or by the operator where you got your device.
en...@google.com <en...@google.com>
vi...@gmail.com <vi...@gmail.com> #5
I've been trying to get this information as well on what event is changed. But the intent retrieves nothing which is not useful.
mi...@gmail.com <mi...@gmail.com> #6
Any solution for this approach so far?
as...@gmail.com <as...@gmail.com> #7
Some apps are able to listen those calendar events Edit,add deletion, I do not how.
So the closest answer I fount is athttp://stackoverflow.com/questions/15217723/broadcastreceiver-for-android-calendar-events
But I do not think It is relevant Answer
Please suggest any Suitable answer
So the closest answer I fount is at
But I do not think It is relevant Answer
Please suggest any Suitable answer
[Deleted User] <[Deleted User]> #8
I gave up on this quest It's simply not available to respond to updates of events. Maybe look in a completely different direction or drop the feature, thats what I ended up doing.
mi...@gmail.com <mi...@gmail.com> #9
As of now I am trying to retrieve all calendar events and then syncing the same with my local storage, which is not so good aproach.
jd...@gmail.com <jd...@gmail.com> #10
Could you explain why this issue is marked obsolete?
ja...@gmail.com <ja...@gmail.com> #11
some resolution to this question?
[Deleted User] <[Deleted User]> #12
Checkout sync adapters. That's the better way to go about getting all the updates from android content providers
yo...@gmail.com <yo...@gmail.com> #13
any resolution to this question?
ga...@gmail.com <ga...@gmail.com> #14
[Comment deleted]
ga...@gmail.com <ga...@gmail.com> #15
Why Obsolete? Is there any workaround, to know about Calendar Events, as to when a new event is Inserted/Deleted/Edited, and how to get the reference of the said event !!!!
Description
The intent is fired with an empty bundle; while intents from other sources (such as gmail) come with extras included.
=====How to reproduce=====
1. Create a broadcast receiver to capture the following intent:
<intent-filter>
<action android:name="android.intent.action.PROVIDER_CHANGED" />
<data android:scheme="content" />
<data android:host="com.android.calendar" />
</intent-filter>
2. Analyze the intent.
Thank you for your time.