Dear All,
            I have just started with the Google Calendar Data API. I
can find classes for retrieving the event entries in a google calender
like the following:

CalendarEventFeed resultFeed = service.getFeed(url,
CalendarEventFeed.class);
CalendarEventEntry entry = resultFeed.getEntries().get(i);

But i do not know how to get the entries for the VTODO components! Are
there any classes to extract the todo entries and alram entries in the
same manner??

I would be thankful to you for your reply!

Best Regards,
Faisal

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

Reply via email to