[TIMOB-18927] iOS: Calendar Event: Allow to fetch event Organiser and Invitees/Attendees details
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-07-23T18:56:17.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.0.0 |
Components | iOS |
Labels | calendar, event, invitee, organizer |
Reporter | Shuo Liang |
Assignee | Hans Knöchel |
Created | 2015-05-20T01:29:29.000+0000 |
Updated | 2016-09-26T21:49:04.000+0000 |
Description
Customer (Agilent, VMWare) is looking for a way to fetch event Organiser and Invitees/Attendees details form Ti.Calendar.Event
Updated PR: https://github.com/appcelerator/titanium_mobile/pull/8150 Updated demo:
Verified fix with Environment: NPM Version: 2.15.9 Node Version: 4.5.0 Mac OS: 10.11.6 Appc CLI: 5.5.0 Appc CLI NPM: 4.2.7 Titanium SDK version: 6.0.0.v20160925202930 Appcelerator Studio, build: 4.7.1.201609100950 Xcode 8.0 GM I was able to reproduce the issue with Titanium SDK version 5.5.0 using the repro code in the Description. I ran the code on an iPhone 6s Plus iOS v10.0.1. I launched the app, clicked on the "Fetch events" button, and an "Application Error" window appeared. I reran the same test script with Titanium SDK version 6.0.0, clicked on "Fetch events", and an event which I had put on the calendar displayed as a list. The name of the event along with a list of attendees was shown. Clicking on each attendee showed whether the attendee was an organizer or not.