On Fri, Aug 20, 2010 at 2:37 PM, mayank bisht <[email protected]> wrote: > I am developing an app in which I need to listen events whenever they > are created or modified in android calendar. Is it possible to listen > calendar entry when the user enters events ?
The calendar is not part of the Android SDK. I would recommend you find a way to use the Google Calendar GData APIs. That has the added benefit of working if if the user manipulates events outside their device (e.g., using a desktop Web browser). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.1 Available! -- 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

