If I do that same line, I have to cast the service to EventFeed to
compile, and then during the execution I get a class cast exception
error.

EventFeed resultFeed = (EventFeed)service.query(myQuery,
EventFeed.class);

Normally I run like this, and getSummary returns null to me.

Feed resultFeed = (Feed)service.query(myQuery, EventFeed.class);

(I have this question in another thread). Does this change allow you to
use getSummary?
I'm not sure why I have to cast like this, but I have to do it in
eclipse and on the commandline.


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