Google Calendar: get date of event?
I'm wondering if I can access to the date of every event of Google Calendar w开发者_运维问答ith JAVA using Gdata Api. I checked the library of api but there's no field in IEntry Class represent the date of events. Please let me know if anyone has any idea. thank you!!
You should call the getEntry() method on the EventEntry:
http://www.google.com/codesearch#EOYaOg_yTgg/trunk/java/src/com/google/gdata/model/gd/EventEntry.java&q=addtime%20package:http://gdata-java-client%5C.googlecode%5C.com&type=cs&l=439
精彩评论