What I did in one of my apps was adding a tag with a UUID in each event description text. It's not really pretty but I could not find any other solution to this problem. However, I just checked again and noticed that API level 17 introduced an additional events column called UID_2445<http://developer.android.com/reference/android/provider/CalendarContract.EventsColumns.html#UID_2445>. It's the iCalendar unique event id. A little late to the party, but better late than never.
On Wednesday, February 20, 2013 8:21:28 PM UTC-6, Dawn Rhummy wrote: > > Is there a GUID that I can use to identify events across different devices > on the same calendar account? The "_id" seems to be a local Id. > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

