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
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
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,
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.
>
>
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
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
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
7 matches
Mail list logo