Show / Hide Table of Contents

Enum EventsResource.ListRequest.OrderByEnum

The order of the events returned in the result. Optional. The default is an unspecified, stable order.

Namespace: Google.Apis.Calendar.v3
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public enum OrderByEnum : int

Fields

Name Description
StartTime

Order by the start date/time (ascending). This is only available when querying single events (i.e. the parameter singleEvents is True)

Updated

Order by last modification time (ascending).

Back to top