Hi, i am a newbie, trying to understand how this goolge calendar thing
work, so i simply copy the code of CalendarTest which given in
introduction page into the eclipse, and import the neccessary package.

but, while
CalendarFeed resultFeed = myService.getFeed(feedUrl,
CalendarFeed.class);
this statement
CalendarEntry entry = resultFeed.getEntries().get(i);
and this.
the IDE tells me that
Description     Resource        Path    Location        Type
Type mismatch: cannot convert from Object to CalendarEntry
CalendarTest.java       /GCal/src       line 27 Java Problem
and this
Description     Resource        Path    Location        Type
Type mismatch: cannot convert from IFeed to CalendarFeed
CalendarTest.java       /GCal/src       line 21 Java Problem

don't know why and how to solve, hope someone could give me a hand!

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