gcal.listeventsprops.orderby
Home > @runlightyear/gcal > ListEventsProps > orderBy
ListEventsProps.orderBy property
The order of the events returned in the result. Optional. The default is an unspecified, stable order.
Acceptable values are?: "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).
Signature:orderBy?: "startTime" | "updated";