package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. author : string;
  2. fields : string;
  3. max_results : int;
  4. published_min : GapiDate.t;
  5. published_max : GapiDate.t;
  6. q : string;
  7. start_index : int;
  8. strict : bool;
  9. updated_min : GapiDate.t;
  10. updated_max : GapiDate.t;
  11. ctz : string;
  12. future_events : bool;
  13. max_attendees : int;
  14. orderby : string;
  15. recurrence_expansion_start : GapiDate.t;
  16. recurrence_expansion_end : GapiDate.t;
  17. singleevents : bool;
  18. showdeleted : bool;
  19. showhidden : bool;
  20. sortorder : string;
  21. start_min : GapiDate.t;
  22. start_max : GapiDate.t;
}
val default : t
val to_key_value_list : t -> (string * string) list