The CalendarEventEntry<http://code.google.com/intl/fr/apis/gdata/javadoc/com/google/gdata/data/calendar/CalendarEventEntry.html>class has many methods/properties, and of course for reading data such as times, location, etc.* Please have a look at the API reference before creating a thread here.*
As you should have found, CalendarEventEntry inherits many methods from BaseEventEntry class, where addTimes et getTimes methods are defined : http://code.google.com/intl/fr/apis/gdata/javadoc/com/google/gdata/data/extensions/BaseEventEntry.html ; getTimes returns a List of When objects<http://code.google.com/intl/fr/apis/gdata/javadoc/com/google/gdata/data/extensions/When.html>, you should pick the first one, which contains start and end times (getStartTime and getEndTime methods). -- 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
