Enum EventsResource.ListRequest.OrderByEnum
The order of the events returned in the result. Optional. The default is an unspecified, stable order.
public enum EventsResource.ListRequest.OrderByEnum
Fields
StartTime = 0
Order by the start date/time (ascending). This is only available when querying single events (i.e. the parameter singleEvents is True)
Updated = 1
Order by last modification time (ascending).