[android-developers] google Calendar API test problem

2008-12-19 Thread bear...@hanmail.net
hi i tried to use sample code from "gdata-src.java-1.28.0.java.zip" to test google Calendar API. CalendarService myService = new CalendarService("a- b-1","http","www.google.com"); try { myService.setUserCredentials(USERNAME, PASSWORD); ... } catch(ServiceException e) {

[android-developers] google Calendar API test problem

2008-12-19 Thread shleeforandroid
hi all i tried to use sample code from "gdata-src.java-1.28.0.java.zip" to test google Calendar API. CalendarService myService = new CalendarService("a- b-1","http","www.google.com"); try { myService.setUserCredentials(USERNAME, PASSWORD); ... } catch(ServiceException e)