Hi Nitin
you can get the specified time as the coding specified below, you
should create a list such that i gets the time for all the events that is
required,
List timeList = entry.getTimes();
*for* (*int* j=0; j<timeList.size();j++){
When eventTime = (When) timeList.get(j);
DateTime startTime = eventTime.getStartTime();
DateTime endTime = eventTime.getEndTime();
String startTimeStr = startTime.toUiString();
String endTimeStr = endTime.toUiString();
System.out.println(startTimeStr);
System.out.println(endTimeStr);
With Regards,
Venky
--~--~---------~--~----~------------~-------~--~----~
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://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---