Hello William,

The CalendarEventEntry class inherits the BaseEventEntry class which has a "
getTimes<http://code.google.com/apis/gdata/javadoc/com/google/gdata/data/extensions/BaseEventEntry.html#getTimes()>"
method. This returns a list of When objects (only one is supported by the
API) which have getStartTime() and getEndTime() accessors to retrieve the
event's start and end time.

Best,
Alain

On Fri, Aug 5, 2011 at 12:36 PM, William Colls <[email protected]>wrote:

>
> Still finding my way around all this, and I think I am missing something
> that should be very simple.
>
> I am retrieving entries from my calender successfully, and understand the
> atom data that is returned. What I can't find is a way to extract individual
> elements from it. In my particular case I want the endtime value from the
> gd:when element. Have I missed a class that has methods to extract
> individual elements? Is this some thing that I need to write myself? Is
> there somewhere that I might find examples to work from?
>
> Thanks for your time.
>
> --
> I know you believe you understand what you think I said, but I am not sure
> that you realize that what you heard was not what I meant.
>
> --
> 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
> google-calendar-help-dataapi@**googlegroups.com<[email protected]>
> To unsubscribe from this group, send email to
> google-calendar-help-dataapi+**[email protected]<google-calendar-help-dataapi%[email protected]>
> For more options, visit this group at
> http://code.google.com/apis/**calendar/community/forum.html<http://code.google.com/apis/calendar/community/forum.html>
>



-- 
Alain Vongsouvanh

-- 
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

Reply via email to