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?
Requirements needed for adding events to Google Calendar?
779 views Asked by Sumithran At
1
You can use Google Data Java Client Library, include the JAR in your projects and use these:
To create a new calendar event, you might use the following code:
Source: http://code.google.com/apis/gdata/client-java.html