am utilizing: http://developer.android.com/guide/topics/providers/calendar-provider.html but in above url no help for third party source!!
I add the item from third party from app it got saved in android calendar, next time when user open app, he add the item and but user did get confused whether the entry is already there in calendar is making array(which will have unique id for every item) and adding in shared preference is only option?? please suggest RK On Wed, Aug 22, 2012 at 7:13 PM, TreKing <[email protected]> wrote: > On Wed, Aug 22, 2012 at 1:29 AM, Rahul Kaushik > <[email protected]>wrote: > >> Problem >> when i insert, new item in Android calendar, saved array(A) should also >> add the new item event id of a new item.How to do the same? >> > > Get the array, update it, put it back. > > >> 1.is there any limit in shared prefernce to save the array ?? > > > Not that I'm aware of. > > >> 2.is there any other way to check duplicate entries before adding them >> in android calendar, i don't want to use database. >> > > I would consult the Android documentation on the Calendar API. > > > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

