yonah wrote:
> Figured it out - I was using the 'Basic' feed and not the 'full' feed.
> Now it works just fine

Hi,
what do you mean with 'full' feed? Code looks something like this:

EventFeed myResultsFeed = myService.query(myQuery, EventFeed.class);
                        for (EventEntry e : myResultsFeed.getEntries()) {

                                System.out.println(e.getTitle().getPlainText());
                                System.out.println(e.getTimes());
                        }


...but the e.getTimes always seems to be empty. (Output: "[ ]"). Any
clue how to solve this?


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

Reply via email to