Module GdataCalendarService.QueryParameters
type t={author : string;fields : string;max_results : int;published_min : GapiDate.t;published_max : GapiDate.t;q : string;start_index : int;strict : bool;updated_min : GapiDate.t;updated_max : GapiDate.t;ctz : string;future_events : bool;max_attendees : int;orderby : string;recurrence_expansion_start : GapiDate.t;recurrence_expansion_end : GapiDate.t;singleevents : bool;showdeleted : bool;sortorder : string;start_min : GapiDate.t;start_max : GapiDate.t;}