Well, there's a quick and dirty and absolutely not recommendable hack which does not work on every device. You could access the undocumented, hidden calendar content provider of older Androids with API levels lower than 14. Use Google for figuring out how to do that. Answers and code samples<http://jimblackler.net/blog/?p=151>are all over the place.
If you want to have something solid that does not break in the wild you must bite the bullet and create your own Google calendar API <https://developers.google.com/google-apps/calendar/>synchronization. I had to do the same for an app. On Monday, November 19, 2012 4:04:37 AM UTC-6, Dawood Abbasi wrote: > > i want to get events details of a specific calendar (not all calendars) > from android 2.3 > how can i do this??? > -- 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

