{ "id": "165019", "key": "TIMOB-24248", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "19957", "description": "", "name": "Release 7.1.0", "archived": false, "released": true, "releaseDate": "2018-03-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2018-02-26T18:21:06.000+0000", "created": "2016-12-14T17:46:42.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "android" ], "versions": [], "issuelinks": [ { "id": "55903", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "131298", "key": "TIMOB-17245", "fields": { "summary": "Android: Android Calendar fix for Recurring events", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "updated": "2018-03-06T22:38:16.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "The only current way to determine if an event is part of a larger recurrence/set of recurring events is to compare its ID to the ID of other events. The CalendarContract for Android has this data available for consumption in their SDK: https://developer.android.com/reference/android/provider/CalendarContract.Instances.html.\r\n\r\nI am under the impression that it is simply not implemented fully in the Titanium SDK, and it would be very helpful if it were.", "attachment": [], "flagged": false, "summary": "Android: Ti.Calendar Recurring Events are not clearly exposed", "creator": { "name": "Yrkh8trnoy", "key": "yrkh8trnoy", "displayName": "Kiley Williams", "active": true, "timeZone": "America/Vancouver" }, "subtasks": [], "reporter": { "name": "Yrkh8trnoy", "key": "yrkh8trnoy", "displayName": "Kiley Williams", "active": true, "timeZone": "America/Vancouver" }, "environment": null, "closedSprints": [ { "id": 1000, "state": "closed", "name": "2018 Sprint 04 SDK", "startDate": "2018-02-12T04:23:01.913Z", "endDate": "2018-02-26T04:23:00.000Z", "completeDate": "2018-02-26T19:36:01.769Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "403453", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, Can you share sample code to test the issue? ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-12-15T20:46:54.000+0000", "updated": "2016-12-15T20:46:54.000+0000" }, { "id": "403458", "author": { "name": "Yrkh8trnoy", "key": "yrkh8trnoy", "displayName": "Kiley Williams", "active": true, "timeZone": "America/Vancouver" }, "body": "On iOS, I do the following and get information about recurring event data:\r\n\r\n{code:javascript}\r\n\r\n// rawDeviceCalendarEvent is an instance of Ti.Calendar.Event\r\n\r\nvar first_recurrence_rule = rawDeviceCalendarEvent.recurrenceRules[0];\r\n\r\nvar recurrenceObject = {\r\nid: currentEventData.id,\r\ndaysOfTheMonth: first_recurrence_rule.getDaysOfTheMonth(),\r\ndaysOfTheWeek: first_recurrence_rule.getDaysOfTheWeek(),\r\ndaysOfTheYear: first_recurrence_rule.getDaysOfTheYear(),\r\nend: first_recurrence_rule.getEnd(),\r\nfrequency: first_recurrence_rule.getFrequency(),\r\ninstanceStart: currentEventData.start,\r\ninterval: first_recurrence_rule.getInterval(),\r\nmonthsOfTheYear: first_recurrence_rule.getMonthsOfTheYear(),\r\nweeksOfTheYear: first_recurrence_rule.getWeeksOfTheYear()\r\n};\r\n{code}\r\n\r\nThere is no \"sample\" code for Android because it currently is not even possible on Android... which is the reason for this bug...", "updateAuthor": { "name": "Yrkh8trnoy", "key": "yrkh8trnoy", "displayName": "Kiley Williams", "active": true, "timeZone": "America/Vancouver" }, "created": "2016-12-15T23:17:39.000+0000", "updated": "2016-12-15T23:17:39.000+0000" }, { "id": "403696", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, Thanks for the ticket. We will consider it as a feature request. Our engineers will look into it. ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-12-20T20:19:35.000+0000", "updated": "2016-12-20T20:19:35.000+0000" }, { "id": "406932", "author": { "name": "Yrkh8trnoy", "key": "yrkh8trnoy", "displayName": "Kiley Williams", "active": true, "timeZone": "America/Vancouver" }, "body": "Hi. Has there been any movement on this?", "updateAuthor": { "name": "Yrkh8trnoy", "key": "yrkh8trnoy", "displayName": "Kiley Williams", "active": true, "timeZone": "America/Vancouver" }, "created": "2017-02-13T22:22:05.000+0000", "updated": "2017-02-13T22:22:05.000+0000" }, { "id": "427693", "author": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/9412", "updateAuthor": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "created": "2017-09-07T17:26:48.000+0000", "updated": "2017-09-07T17:26:48.000+0000" }, { "id": "431873", "author": { "name": "Yrkh8trnoy", "key": "yrkh8trnoy", "displayName": "Kiley Williams", "active": true, "timeZone": "America/Vancouver" }, "body": "Thanks for working this through, everyone.", "updateAuthor": { "name": "Yrkh8trnoy", "key": "yrkh8trnoy", "displayName": "Kiley Williams", "active": true, "timeZone": "America/Vancouver" }, "created": "2017-12-08T13:38:13.000+0000", "updated": "2017-12-08T13:38:13.000+0000" }, { "id": "434763", "author": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "body": "7_1_X: https://github.com/appcelerator/titanium_mobile/pull/9869", "updateAuthor": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "created": "2018-02-22T11:56:47.000+0000", "updated": "2018-02-22T11:56:47.000+0000" }, { "id": "434922", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed.\r\nPR's merged.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-02-26T18:21:01.000+0000", "updated": "2018-02-26T18:21:01.000+0000" }, { "id": "435272", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix in SDK 7.2.0.v20180305152636 & 7.1.0.v20180306061214.\r\n\r\nClosing.\r\n\r\nStudio Ver: 5.0.0.201712081732\r\nOS Ver: 10.13.2\r\nXcode Ver: Xcode 9.2\r\nAppc NPM: 4.2.12\r\nAppc CLI: 7.0.2\r\nDaemon Ver: 1.0.1\r\nTi CLI Ver: 5.0.14\r\nAlloy Ver: 1.11.0\r\nNode Ver: 8.9.1\r\nNPM Ver: 5.5.1\r\nJava Ver: 1.8.0_101\r\nDevices: ⇨ google Nexus 5 — Android 6.0.1\r\n⇨ google Nexus 6P — Android 8.0.0", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-03-06T22:38:12.000+0000", "updated": "2018-03-06T22:38:12.000+0000" } ], "maxResults": 9, "total": 9, "startAt": 0 } } }