Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26799] Android: Recurrence rule is not properly fetched for events received by Id

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2019-03-25T11:33:12.000+0000
Affected Version/sRelease 7.1.0
Fix Version/sRelease 8.0.1
ComponentsAndroid
Labelsn/a
ReporterYordan Banev
AssigneeYordan Banev
Created2019-02-05T15:50:21.000+0000
Updated2019-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

FileDateSize
app.js2019-02-06T14:55:20.000+00001896

Comments

  1. Yordan Banev 2019-02-06

    PR: https://github.com/appcelerator/titanium_mobile/pull/10683
  2. Satyam Sekhri 2019-03-04

    FR Passed. Waiting on Jenkins build.
  3. Christopher Williams 2019-03-15

    merged to master and 8_0_X.

JSON Source