I'm not sure why but the Appointment Editor is not updating the values after you select them. This makes it impossible to use anything but the default values.
For example:
If you choose a new end time from the time picker and click OK, it dismisses the modal and but still shows the original time. Also, if you fill in the subject line and then try to use the time picker, it will clear the subject line as well.
This happens on both new and existing appointments.
I can see in the debugger that _endDate is being set correctly via setState() but when it calls _updateAppointmentProperties() _endDate always reverts back to the default value (or original value if editing an appointment).
Any help would be greatly appreciated!
Attachment:
appointment_editor_2a0d46d2.zip