* @return the {@link com.google.api.services.calendar.model.FreeBusyResponse} response
* @throws IOException if the request fails
*/
public com.google.api.services.calendar.model.FreeBusyResponse execute() throws IOException {
HttpResponse response = executeUnparsed();
com.google.api.services.calendar.model.FreeBusyResponse result = response.parseAs(
com.google.api.services.calendar.model.FreeBusyResponse.class);
result.setResponseHeaders(response.getHeaders());
return result;
}