[TIMOB-26799] Android: Recurrence rule is not properly fetched for events received by Id
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-03-25T11:33:12.000+0000 |
Affected Version/s | Release 7.1.0 |
Fix Version/s | Release 8.0.1 |
Components | Android |
Labels | n/a |
Reporter | Yordan Banev |
Assignee | Yordan Banev |
Created | 2019-02-05T15:50:21.000+0000 |
Updated | 2019-03-25T11:33:12.000+0000 |
Description
On Android, whenever an event is retrieved by calling getEventById
its recurrence rule (if there is one) is not retrieved properly.
Edit: I have attached a sample app.js file for reproducing the problem. It will require adding the calendar permissions in tiapp.xml (<uses-permission android:name="android.permission.READ_CALENDAR"/>
and <uses-permission android:name="android.permission.WRITE_CALENDAR"/>
). Also it depends on having already an event with a recurrence rule in a calendar.
Attachments
File | Date | Size |
app.js | 2019-02-06T14:55:20.000+0000 | 1896 |
PR: https://github.com/appcelerator/titanium_mobile/pull/10683
FR Passed. Waiting on Jenkins build.
merged to master and 8_0_X.