Re: [android-developers] Re: Calendar edit event force close error....

2012-03-26 Thread Jast Vacaty
umn name. > > Try to set the right timezone. > > > Ralph > > > Am 26.03.12 09:56, schrieb Jast Vacaty: > > Well.I don't know what is stack trace. > > > > and I can't understand what this message mean... > > > > > > 03-26 15:53:22.70

[android-developers] Re: Calendar edit event force close error....

2012-03-26 Thread Jast Vacaty
Well.I don't know what is stack trace. and I can't understand what this message mean... 03-26 15:53:22.707: W/dalvikvm(2065): threadid=1: thread exiting with uncaught exception (group=0x2aac8578) 03-26 15:53:22.707: E/AndroidRuntime(2065): FATAL EXCEPTION: main 03-26 15:53:22.707: E/AndroidRunt

[android-developers] Calendar edit event force close error....

2012-03-25 Thread Jast Vacaty
I am trying to add calendar events with my applicatiom. Event gets saved successfully. However when i try to edit that event in Calendar. I get Force Close error. String calId = ""; Cursor userCursor =getContentResolver().query(Uri.parse(content://com.android.calendar/cal

[android-developers] Calendar edit event force close error....

2012-03-25 Thread Jast Vacaty
Hi, I am trying to add calendar events by use my application. Event gets saved successfully. However when I try to edit event that saved successfully. I get the Force Close error. *Cursor userCursor =getContentResolver().query(Uri.parse(calanderURL),null, null, null, null);