Is there any way to add, delete and update the calendar. and is there a way to add, delete, and update calendar events.
Thank.
check this code http://code.google.com/p/android-calendar-provider-tests/source/browse/trunk/src/com/androidbook/androidcalendar/CalendarActivity.java this may help :)
Use the API-interface of Google Calendar GData, as described in fooobar.com/questions/868326 / ... .
this is also not possible through gdata libraries. http://www.anddev.org/gdata_api_problem-t3427.html
you can use GoogleApiJavaClient this is why: http://code.google.com/p/gdata-java-client/wiki/MigratingToGoogleApiJavaClient
look here for more resources http://code.google.com/p/google-api-java-client/