Hi, I need post the event in google calendar from my android app. I downloaded gdata-library v.2.1, but can't find any documentation for that.
+1
A:
This site walks you through using the calendar in Android: http://www.developer.com/ws/article.php/3850276/Working-with-the-Android-Calendar.htm
Note that the Calendar API is undocumented, unsupported, and may change in the future.
mbaird
2010-04-22 17:33:51
A:
http://code.google.com/p/gdata-java-client/source/browse/trunk/java/sample/calendar/EventFeedDemo.java - Check the createEvent() method.
HTH !
Karan
2010-04-23 06:50:51
If you not sure why you posting such an un-releated links, your posted link is for J2SDK not for android.
Faisal khan
2010-07-09 07:27:51
@Faisal Khan - If you know programming then you can work around this. I've used this as reference and my app is working fine.
Karan
2010-07-12 07:11:14