Hi I need to add particulars to Google calendar from my application. Is it possible to add data to Google calendar? I am new to android Help me to solve this.
+3
A:
using these apis (GData) you can access all Google services, including Calendar: http://code.google.com/p/gdata-java-client/wiki/Version2
Reflog
2010-06-01 10:28:56
+1
A:
if you want another aproach you can check this http://www.developer.com/ws/article.php/3850276/Working-with-the-Android-Calendar.htm keep in mind you need to have a real android device to debug .Emulator doesn't come with calendar so the URI cannot be served
weakwire
2010-06-01 13:46:38
+1
A:
hi, till now gdata not available for android.
You can add event and calendar in the widget. But it removes the added calendar when sync with the Google account.
Till now no proper solution is available.
Kamran Omar
2010-07-06 05:33:54
i have also try the above mention link by weakwirehttp://www.developer.com/ws/article.php/3850276/Working-with-the-Android-Calendar.htmIt is possible to add calendar and events programmatically in the android Calendar widget. The application is syncing Events with the Google account. But not syncing the programmatically inserted calendar and deleting it from the widget. It is also noted that the Calendar widget has also no option to add new calendar.
Kamran Omar
2010-07-07 07:22:43