{ "id": "165242", "key": "AC-4720", "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": "6", "description": "", "name": "Hold" }, "resolutiondate": "2017-01-18T15:02:41.000+0000", "created": "2017-01-10T05:52:38.000+0000", "labels": [ "android", "ios" ], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-01-18T15:02:41.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "I am creating a calendar event using below code\r\n\r\n{code:js}\r\nvar CALENDAR_TO_USE = 1;\r\nvar calendar = Ti.Calendar.getCalendarById(CALENDAR_TO_USE);\r\n\r\n// Create the event\r\nvar eventBegins = new Date(2010, 11, 26, 12, 0, 0);\r\nvar eventEnds = new Date(2010, 11, 26, 14, 0, 0);\r\nvar details = {\r\n title: 'Do some stuff',\r\n description: \"I'm going to do some stuff at this time.\",\r\n begin: eventBegins,\r\n end: eventEnds\r\n};\r\n\r\nvar event = calendar.createEvent(details);\r\n\r\n// Now add a reminder via e-mail for 10 minutes before the event.\r\nvar reminderDetails = {\r\n minutes: 10,\r\n method: Ti.Calendar.METHOD_EMAIL\r\n};\r\n\r\nevent.createReminder(reminderDetails);\r\n{code}\r\n\r\nBut i wanted to set an email of attendee/invitee also.Can you please help on this ?", "attachment": [], "flagged": false, "summary": "Wanted to set attendee/invitee email while creating calendar event", "creator": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Both IOS and Android", "comment": { "comments": [ { "id": "404364", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "You are looking for this I think. http://docs.appcelerator.com/platform/latest/#!/api/Titanium.Calendar.Attendee-property-email. ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2017-01-10T16:40:59.000+0000", "updated": "2017-01-10T16:40:59.000+0000" }, { "id": "404373", "author": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I have already seen that and according to the document its only for IOS not for Android.Can you please explain how to use on both IOS and Android ?\r\n\r\nI think its only read property for IOS\r\nhttp://docs.appcelerator.com/platform/latest/#!/api/Titanium.Calendar.Event-property-attendees ", "updateAuthor": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-01-10T18:00:55.000+0000", "updated": "2017-01-10T18:00:55.000+0000" }, { "id": "404458", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, This is not available for Android in our platform yet. Currently, only support for iOS. If this support in native Android, you can provide sufficient data about this related to native platform. And we will consider this a new feature request. Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2017-01-11T15:59:20.000+0000", "updated": "2017-01-11T15:59:20.000+0000" }, { "id": "404504", "author": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Okay. I tried for IOS but it didn't work for me.Can you share one example for iOS ?\r\n\r\nYes this supports in native android...Please share example for iOS to set attendee email.Thanks.\r\n", "updateAuthor": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-01-12T05:15:34.000+0000", "updated": "2017-01-12T05:15:34.000+0000" }, { "id": "404575", "author": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I wanted it for android and iOS..I already said that please give me an example for iOS how to use because i have already tried.*Again am saying that i have already seen document but didn't understand how to use.I wanted to set/add attendee's email while creating the calendar event.*Thanks", "updateAuthor": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-01-13T05:13:44.000+0000", "updated": "2017-01-13T05:13:44.000+0000" }, { "id": "404631", "author": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Will somebody reply and give me the solution ? I want example for iOS as well as solution for Android also..Thank you.", "updateAuthor": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-01-16T07:45:11.000+0000", "updated": "2017-01-16T07:45:11.000+0000" }, { "id": "404683", "author": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Please update and give me the solution.", "updateAuthor": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-01-17T08:47:10.000+0000", "updated": "2017-01-17T08:47:10.000+0000" }, { "id": "404709", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, Share sample code on how you are testing on iOS that's not working. We are here to help you identifying bug and fix that. We don't provide hello world or example code. Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2017-01-17T18:02:17.000+0000", "updated": "2017-01-17T18:02:17.000+0000" }, { "id": "404710", "author": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I accept that I don't know..but I think you also don't know ..I just asked that the property \"email\" for attendee for iOS, how to use ? if you look the document then it's not clear that how to use..\n\nUseless accelerator support team..wasted 1 week with no result..", "updateAuthor": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-01-17T18:16:00.000+0000", "updated": "2017-01-17T18:16:00.000+0000" }, { "id": "404725", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2017-01-17T19:07:49.000+0000", "updated": "2017-01-17T19:07:49.000+0000" }, { "id": "404781", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hey [~dev.sp],\r\n\r\nthe Ti.Calendar.Attendee API was added in 6.0.0.GA for iOS to *fetch* attendees from all calendar events. It is read-only because you cannot set Calendar attendees programmatically with iOS at this time (see [this link|http://stackoverflow.com/a/28854748/5537752] for more info). For Android, we could think of parity and actually have a ticket for that (TIMOB-17450), but it's also focussing on *getting* the attendees, rather then *saving* them.\r\n\r\nFor those cases, rather use the {{[Ti.Calendar.Calendar.createEvent()|http://docs.appcelerator.com/platform/latest/#!/api/Titanium.Calendar.Calendar-method-createEvent]}} method on the desired Calendar (e.g. {{Ti.Calendar.defaultCalendar}}) to create the event with the native UI.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-01-18T10:55:31.000+0000", "updated": "2017-01-18T10:55:31.000+0000" }, { "id": "404786", "author": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hey Hans Knoechel,\r\n\r\nThanks for your reply.You got my issue correctly and replied accordingly.I'll wait for this feature to come in titanium.For the time being you can close this ticket.Thank you.\r\n", "updateAuthor": { "name": "dev.sp", "key": "dev.sp", "displayName": "dev.sp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-01-18T11:46:22.000+0000", "updated": "2017-01-18T11:46:22.000+0000" } ], "maxResults": 13, "total": 13, "startAt": 0 } } }