CalendarEventEntry entry= (CalendarEventEntry) resultEventFeed .getEntries().get(0); DateTime st=firstMatchEntry.getTimes().get(0).getStartTime(); DateTime et=firstMatchEntry.getTimes().get(0).getStartTime();
why st and et is null? help me! On Jul 6, 10:24 pm, LordAnubis <[email protected]> wrote: > It's ok i got it. > In fact i have to declare : > CalendarEventFeed resultEventFeed = null; > resultEventFeed = myService.getFeed(feedUrl, CalendarEventFeed.class); > ( so i can use a getTimes() ) and not a CalendarFeed > > On 2 juil, 15:58, LordAnubis <[email protected]> wrote: > > > Hi everyone > > > I just started to use GooglecalendarAPI et i would like to knowa How > > togetthe start time and end time fromevent( i can extract the > > titlle, the update date ... but not the start time or the end time ) > > thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
