On 10 April 2011 21:08, New Developer <[email protected]> wrote: > anyone solved the use of Google Calendar API ? > > tried the method from http://jimblackler.net/blog/?p=151 > content://calendar/calendars" and > content://com.android.calendar/calendars" >
This is not Google Calendar API. This is Calendar content provider you refer too. These two are two completely different things, even they, in the end, touch Google's Calendar content. I get the ERROR > Failed to find provider info for com.android.calendar > when I try the google gdata api's > I got a feeling you try to access wrong thing with wrong tools > I have the jar files connected via external libraries > What for? Content proviver access does not need 3rd party libs to be used. > > Could not find class 'com.google.gdata.client.calendar.CalendarService', > Never seen anything like this on any devices. I suspect you totally got things wrong. Plus, note, that Calendar API is not part of SDK (which sucks, but that's what it is) and some devices may come with totally different app for calendar. And finally, as already said, emulator does not feature Calendar app, therefore no releated content provider exists. You may try to copy Calendar related APKs from devices - it *might* work but I never tried it myself as plugging usb the cable to the device worked perfect for me for that task. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... WebnetMobile on *Facebook <http://webnetmobile.com/fb/>* and *Twitter<http://webnetmobile.com/twitter/> * -- 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

