2010-04-09 4 views

답변

-1
import com.google.gdata.client.calendar.* 
import com.google.gdata.data.* 
import com.google.gdata.data.calendar.* 
import com.google.gdata.data.extensions.* 
import com.google.gdata.util.* 
import java.net.URL 
import java.text.SimpleDateFormat 
String link = link 

myService = new CalendarService("calName") 
try { 
myService.setUserCredentials("user", "password") 
} catch (AuthenticationException e) { 
    // Invalid credentials 
    e.printStackTrace() 
} 

작품을 작동하지 않았다, 그러나 1.6

자바를 필요로 보인다
관련 문제