Module EventsResource.OrderBy

type t =
| Default
| 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).

*)
val to_string : t -> string
val of_string : string -> t