3 messages in com.googlegroups.google-calendar-help-dataapiHow to get Event by ID
FromSent OnAttachments
alek...@gmail.com23 Nov 2007 16:23 
Austin (Google)24 Nov 2007 12:38 
Prometheus27 Dec 2007 14:01 
Subject:How to get Event by ID
From:alek...@gmail.com (alek@gmail.com)
Date:11/23/2007 04:23:40 PM
List:com.googlegroups.google-calendar-help-dataapi

Hi,

Can somebody explain my why when I execute getFeed with direct link to my event i get zero-entries feed? Or should I do this in another way?

CalendarEventFeed calendarEventFeed = null; try { calendarEventFeed = myService.getFeed(editUrl, CalendarEventFeed.class); } catch (IOException e) { e.printStackTrace(); } catch (ServiceException e) { e.printStackTrace(); } }