Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-17450] TiAPI: Ti.Calendar.Event should expose the attendees of the meeting invite as a property #7981

Closed
wants to merge 5 commits into from

Conversation

sriks
Copy link
Contributor

@sriks sriks commented Apr 28, 2016

@ashcoding
Copy link
Contributor

Is this ready for review?

@sriks
Copy link
Contributor Author

sriks commented Apr 29, 2016

@ashcoding Not yet. Im due to commit changes to iOS.

@ashcoding
Copy link
Contributor

Roger that.

sriks added 4 commits May 8, 2016 12:19
…of the meeting invite as a property - renamed type to role, added isOrganiser property.
…he meeting invite as a property - added docs.
…he meeting invite as a property - adding files to compilation
@ashcoding
Copy link
Contributor

Thanks for the update!

}

public static ArrayList<AttendeeProxy> fetchAttendees(final long eventId, ContentResolver contentResolver) {
ArrayList<AttendeeProxy> attendees = new ArrayList<>();
Copy link
Contributor

@ashcoding ashcoding Jun 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like travis is failing here.

/Users/travis/build/appcelerator/titanium_mobile/android/modules/calendar/src/java/ti/modules/titanium/calendar/AttendeeProxy.java:53: error: diamond operator is not supported in -source 1.6 [javac] ArrayList<AttendeeProxy> attendees = new ArrayList<>(); [javac] ^ [javac] (use -source 7 or higher to enable diamond operator)

@ashcoding
Copy link
Contributor

Will see if #8049 solves this.

@ashcoding
Copy link
Contributor

ashcoding commented Jun 20, 2016

Just a note, can't compile it due to the usage of diamond operator, which is not supported.
Will be closing this PR for now and will require a new PR for a fix for Android separately.

@hansemannn or @AngelkPetkov if the iOS is okay, you can probably cherry-pick them out as a separate PR.

@mrkiley
Copy link
Contributor

mrkiley commented Jul 26, 2016

@ashcoding / @sgtcoolguy: Did you guys have a different PR that you opened for this for Android yet? Sorry, but I can't seem to find it if so.

@ashcoding
Copy link
Contributor

There's no different PR for this. This was rejected as it can't be compiled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants