I imported Google calendar API on Netbeans with all the needed libraries but it looks like java can’t see the API for an unknown reason, even thu I imported all the libraries…
Please help …
G Calendar API can be found here : http:// developers.google.com/google-apps/calendar/v3/reference/events/list#try-it
image 1 : I cant create or manipulate a new event thru API

image 2 : all libraries imported

From your snapshot it seems like the Calendar package is imported just fine. The problem seems to be that your
servicevariable is undefined.