public IList<Appointment> Appointments {get; set;}
This property returns an empty list when no appointments meet the criteria specified in the activity query.
The list is sorted primarily by the value of the Start property; for two appointments with the same exact start date, the are sorted by their duration (with the longer duration appearing first), and finally, by the alphabetical order of their respective subjects.
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+