Re: [android-developers] Unique ID for Event In android Calender

2012-08-24 Thread vinay kumar
Right, event ID which we get from the above code is unique for every event on Calender. As you said "unique id through which we can update the particular(on the basis of unique id) event in Android Calendar". we can open the event using event_id with delete and edit option so that we can update t

Re: [android-developers] Unique ID for Event In android Calender

2012-08-24 Thread Rahul Kaushik
unique id through which we can update the particular(on the basis of unique id) event in Android Calendar Thanks RK On Fri, Aug 24, 2012 at 3:24 PM, vinay kumar wrote: > According you what is unique id could you please bring some clarity on > this. > > > On Fri, Aug 24, 2012 at 3:01 PM, Rahul

Re: [android-developers] Unique ID for Event In android Calender

2012-08-24 Thread vinay kumar
According you what is unique id could you please bring some clarity on this. On Fri, Aug 24, 2012 at 3:01 PM, Rahul Kaushik wrote: > i think eventID.add(cursor.getLong(0)); this code will fetch you > "calendar_id" not the unique id for event > > Thanks > RK > > On Fri, Aug 24, 2012 at 2:51 PM,

Re: [android-developers] Unique ID for Event In android Calender

2012-08-24 Thread Rahul Kaushik
i think eventID.add(cursor.getLong(0)); this code will fetch you "calendar_id" not the unique id for event Thanks RK On Fri, Aug 24, 2012 at 2:51 PM, vinay kumar wrote: > Hi, > > You can use content resolver to get the event_ID and event_Details as well > please check the following code. > >

Re: [android-developers] Unique ID for Event In android Calender

2012-08-24 Thread vinay kumar
Hi, You can use content resolver to get the event_ID and event_Details as well please check the following code. public class MyCalendar { static Cursor cursor; public static ArrayList eventID = new ArrayList(); public static ArrayList nameOfEvent = new ArrayList(); public static

[android-developers] Unique ID for Event In android Calender

2012-08-24 Thread Rahul Kaushik
HI, How to get Unique ID for EventID In android Calender Event after insertion of an event??? Thanks RK -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscrib

[android-developers] Unique ID for Event In android Calender

2012-08-24 Thread Rahul Kaushik
HI, How to get the Unique ID of Event In android Calender ?? Thanks RK -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to