Version

Appointments Property

Returns the list of appointments selected by the query.
Syntax
public IList<Appointment> Appointments {get; set;}
Remarks

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.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also