[AC-4674] Android: The Ti.Calendar.Event.id property value seems incorrect
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2016-12-27T18:06:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android |
Reporter | Kiley Williams |
Assignee | Shak Hossain |
Created | 2016-12-14T17:43:21.000+0000 |
Updated | 2016-12-27T18:06:21.000+0000 |
Description
When retrieving the calendar events, the calendar events seem to have IDs that are small integers. For example, one event has an ID of "62". This seemed odd when comparing it to previous IDs found to be retrieved from Android.
I am wondering if there are some missing values that are not being exposed in Titanium's implementation of the newer versions of Android.
Currently, our "hacky" fix for this has been to take the Ti.Calendar.Event.id value, and concatenate it to an ISO-8601 version of the start date. That has given us a somewhat-unique ID for the event. This makes me uncomfortable, so I wanted to have a properly-implemented way of accessing a unique ID.
Hello, Share a sample code to test the issue.
Sample:
Hello, Can you send a full reproducible code for us to test? We need to regenerate the issue before our engineer's can look into it. Thanks.