google-data-protocol

Requirements needed for adding events to Google Calendar?

Hi all. I need to add events to google calendar form Java without using IDE. What are the requirements are needed to develop my application. Any API is needed to do that? Is it needed how to use that API in Java. Now I have JDK 1.6 only. Can anyone help me to do this? ...

Accessing Google Data with C++

Hi everyone. I'm about to write an simple plugin for Total Commander. I need to interact with Picasa service. I goggled for a while and found: 1) gdata-cpp-util (kind of a wrapper for libcurl and libxml) http://code.google.com/p/gdata-cpp-util/ 2) use gdata-java-client for Google Data transmitting and interact with c++ code via JNI ht...