On Fri, Oct 8, 2010 at 6:40 AM, Kapuddi <[email protected]> wrote: > when I insert one new Calendar Event into Google calendar from my app, > the log message was given: > ================================================================================ > 10-05 00:30:44.171: ERROR/DatabaseUtils(8479): Error inserting > transparency=0 dtstart=1285891200000 title=TestCalendar _sync_dirty=1 > dtend=1285891200000 visibility=0 allDay=1 lastDate=1285950628697 > hasAlarm=0 eventStatus=1 into table Events > 10-05 00:30:44.171: ERROR/DatabaseUtils(8479): > android.database.sqlite.SQLiteConstraintException: error code 19: > constraint failed > 10-05 00:30:44.171: ERROR/DatabaseUtils(8479): at > android.database.sqlite.SQLiteStatement.native_execute(Native Method) > ================================================================================ > > would you please tell me how to solve it?
Use the Google Calendar GData API: http://code.google.com/apis/calendar/ -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 3.0.1 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

