I have the gdata-calendar-2.0.jar file, but I get the error “CalendarService class not found”.
CalendarService myService = new CalendarService("example");
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you included the library in your project? You should place it in the libs\ folder of your project, and then in Eclipse you need to add it to the Java Build path. Right click on the project, goto properties, Java Build Path, then pick the libraries tab and add your Jar.