On Thu, Jul 14, 2011 at 2:13 PM, sabanim <[email protected]> wrote: > I want in webview to push a button on my webpage and add an event to > the google calendar on the android phone. > Trouble is I get pointed to Google Calendar APIs webpage and it has no > examples or tutorials on this.
Sure it does. If you would actually bother to look at the Web page, you would find: http://code.google.com/p/google-api-java-client/ which contains a link to: http://code.google.com/p/google-api-java-client/wiki/GoogleAPIs which contains a link to: http://code.google.com/p/google-api-java-client/wiki/GoogleAPIs#Google_Calendar_Data_API which, amazingly enough, has links to examples. There is even one *specifically* on Google Calendar API access on Android: http://samples.google-api-java-client.googlecode.com/hg/calendar-v2-atom-android-sample/instructions.html?r=default (or http://goo.gl/1LgGL if that link is too long) -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

