Hi dear developers, I'm writing an application that deals with google calendar. I've read the page related to the Java API (http://code.google.com/ apis/calendar/docs/2.0/ developers_guide_java.html#RetrievingAllCalendars) and I tried to reuse some existing code in there, but I've a very bizarre thing here: [code] CalendarService service = new CalendarService("Calendar"); service.<PROBLEM> [/code] Indeed, I get no completion for the CalendarService instance, actually the constructor works there's no error with it, but when I try to access any other method netbeans says "No suggestions"...
INFO: Os: Ubuntu Linux java: version 1.6.0_14 Google library: gdata-src.java-1.35.1.zip downloaded from http://code.google.com/p/gdata-java-client/downloads/list Did I miss something here ? Thank you in advance ;) Lelou --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
