HI, i am a newbie, trying to understand how this calendar API works,
so i simply copy the CalendarTest code given in the google calendar
introduction page to eclipse and import the necessary package.

but during
CalendarFeed resultFeed = myService.getFeed(feedUrl,
CalendarFeed.class);
this statement
CalendarEntry entry = resultFeed.getEntries().get(i);
and this.

the compiler would tell me that
Type mismatch: cannot convert from Object to CalendarEntry
CalendarTest.java
Type mismatch: cannot convert from IFeed to CalendarFeed
CalendarTest.java

and i can't know why and how to solve, hope someone could help me!

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