Hello, There is sample using the new Google APIs Java client library to access the Calendar API available here:
http://code.google.com/p/google-api-java-client/source/browse?repo=samples#hg%2Fcalendar-v2-atom-android-sample Please be aware that you would have to implement the missing classes needed to access the required data as this sample only implements the minimum necessary for it to work. Also, please take a look at the AccountManager sample here: http://code.google.com/p/google-api-java-client/wiki/AndroidAccountManager The AUTH_TOKEN_TYPE should be set to "cl" for Calendar APIs. Best, Alain On Tue, Jun 14, 2011 at 5:20 AM, Carlos Manuel Escalona Villeda < [email protected]> wrote: > i don't know, but you can try the magic cookie login. > > On 13 jun, 22:10, Mikywan <[email protected]> wrote: > > Hi, > > > > I am developing an App on Android 2.3.3 that connects to Google Calendar > > using the GData API in Java. I want to use the devices Google Credentials > to > > connect to the Calendar Service. The only way I know so far to connect to > > Calendar Service is by setting the username and password credentials. > But, > > as far as I know, that information is not available in Android. > > > > Any ideas? > > > > Thanks in advance. > > > > Mikywan. > > -- > You received this message because you are subscribed to the Google > Groups "Google Calendar Data API" 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh -- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" 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://code.google.com/apis/calendar/community/forum.html
