how to insert, update and delete Calendar and events

后端 未结 4 796
没有蜡笔的小新
没有蜡笔的小新 2021-01-03 01:17

is there any way to add, delete and update Calendar. and is there any way to add, delete and update Events in Calendar.

Thanks.

相关标签:
4条回答
  • 2021-01-03 01:50

    it is also not possible through gdata libraries. http://www.anddev.org/gdata_api_problem-t3427.html

    0 讨论(0)
  • 2021-01-03 02:08

    check this code http://code.google.com/p/android-calendar-provider-tests/source/browse/trunk/src/com/androidbook/androidcalendar/CalendarActivity.java it may help u :)

    0 讨论(0)
  • 2021-01-03 02:15

    Use the Google Calendar GData API, as is discussed on another StackOverflow question.

    0 讨论(0)
  • 2021-01-03 02:16

    you can you use GoogleApiJavaClient see here why : http://code.google.com/p/gdata-java-client/wiki/MigratingToGoogleApiJavaClient

    look here for more resource http://code.google.com/p/google-api-java-client/

    0 讨论(0)
提交回复
热议问题