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

2012-03-25 Thread Michael Chan
What's error? Can you show include the stack trace? On Sat, Mar 24, 2012 at 1:08 PM, Jast Vacaty wrote: > 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. > >

[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);