package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. etag : string;
  2. kind : string;
  3. authors : GdataAtom.Author.t list;
  4. categories : GdataAtom.Category.t list;
  5. contributors : GdataAtom.Contributor.t list;
  6. id : GdataAtom.atom_id;
  7. content : GdataAtom.Content.t;
  8. published : GdataAtom.atom_published;
  9. updated : GdataAtom.atom_updated;
  10. edited : GdataAtom.app_edited;
  11. accesslevel : calendar_accessLevelProperty;
  12. where : Where.t list;
  13. color : calendar_colorProperty;
  14. hidden : calendar_hiddenProperty;
  15. overridename : calendar_overrideNameProperty;
  16. selected : calendar_selectedProperty;
  17. timezone : calendar_timeZoneProperty;
  18. timesCleaned : calendar_timesCleanedProperty;
  19. summary : GdataAtom.Summary.t;
  20. title : GdataAtom.Title.t;
  21. extensions : GdataCore.xml_data_model list;
}
val empty : t
val to_xml_data_model : t -> GdataCore.xml_data_model list
val of_xml_data_model : t -> GdataCore.xml_data_model -> t