Hi There,
I'm trying to access the calendar data and according to
http://developer.android.com/guide/topics/providers/content-providers.html#querying
it gives the following examples as valid URIs:
android.provider.CallLog.Calls.CONTENT_URI
android.provider.Calendar.CONTENT_URI
The only problem is, Calendar doesn't exist in android.provider. Any
thoughts? I'm stumped. I've googled every permutation to find a
resolution for this. It's possible I've missed something :o)
I'm using Eclipse Galileo:
Eclipse Java EE IDE for Web Developers. Build id: 20090621-0832
Android Dev Kit 0.9.1.v200905011822-1621
-- C.