{ "id": "140892", "key": "AC-1699", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-07-06T02:19:29.000+0000", "created": "2014-12-03T22:12:13.000+0000", "labels": [ "TCSupportTriage" ], "versions": [], "issuelinks": [], "assignee": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "updated": "2016-03-08T07:38:11.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": [], "description": "h3. Steps to Reproduce\nYour example code (using a verified calendar code):\n\nTested on Android 4.4.4 and 4.4.2. Rebooted, refreshed. No luck.\n\nvar CALENDAR_TO_USE = 24;\nvar calendar = Ti.Calendar.getCalendarById(CALENDAR_TO_USE);\n\n// Create the event\nvar eventBegins = new Date(2014, 11, 26, 12, 0, 0);\nvar eventEnds = new Date(2014, 11, 26, 14, 0, 0);\nvar details = {\n title: 'Do some stuff',\n description: 'I'm going to do some stuff at this time.',\n begin: eventBegins,\n end: eventEnds\n};\n\nvar event = calendar.createEvent(details);\n\n// Now add a reminder via e-mail for 10 minutes before the event.\nvar reminderDetails = {\n minutes: 10,\n method: Ti.Calendar.METHOD_EMAIL\n};\n\nevent.createReminder(reminderDetails);\n\nh3. Actual Result\nNo calendar entry produced.\n\nh3. Expected Result\nCalendar entry entered into local calendar id#24", "attachment": [ { "id": "52993", "filename": ".log", "author": { "name": "kurichan", "key": "kurichan", "displayName": "Christopher Rowan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-12-03T22:12:17.000+0000", "size": 326852, "mimeType": "text/plain" }, { "id": "52994", "filename": "diagnostic1559029523668362638.log", "author": { "name": "kurichan", "key": "kurichan", "displayName": "Christopher Rowan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-12-03T22:12:32.000+0000", "size": 16435, "mimeType": "text/plain" } ], "flagged": false, "summary": "Android: Ti.Calendar.createEvent() does not create calendar entry in Android", "creator": { "name": "kurichan", "key": "kurichan", "displayName": "Christopher Rowan", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kurichan", "key": "kurichan", "displayName": "Christopher Rowan", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio 3.4.1", "comment": { "comments": [ { "id": "336247", "author": { "name": "kurichan", "key": "kurichan", "displayName": "Christopher Rowan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Anything?", "updateAuthor": { "name": "kurichan", "key": "kurichan", "displayName": "Christopher Rowan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-12-12T21:27:07.000+0000", "updated": "2014-12-12T21:27:07.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }