I checked and the header is internally set in makePostRequest() of
GoogleAuthTokenFactory.
urlConnection.setRequestProperty("Content-Type",
"application/x-www-form-urlencoded");
I am now getting a Gdata request
GDataRequest myRequest = service.createInsertRequest(postUrl);
OutputStream requestStream = myRequest.getRequestStream();
and able to get the requestStream successfully but dunno what to use to
parse it.
Thanks
Gumnam
--
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://code.google.com/apis/calendar/community/forum.html