gdata.util leads me to believe that you are trying to use the Gdata client library.
But you appear to be trying to feed it the end point for V3 of the Google Calendar API. Which isn't going to work because the V3 of the Google Calendar is a discovery service API and not a GData API. Discovery API return jSon, gData APIs return xml so there is no way the gData Client library can understand what the V3 API is trying to tell it. Hence the Unrecognized content type:application/json
I think you should start by downloading the current Google API java client library.
Also note that the GData version of the Google Calendar API was shut down November 17, 2014 So I don't believe you will be able to use the gdata client library to access Google Calendar