Module GdataCalendar.Entry

type t = {
etag : string;
kind : string;
authors : GdataAtom.Author.t list;
categories : GdataAtom.Category.t list;
contributors : GdataAtom.Contributor.t list;
id : GdataAtom.atom_id;
content : GdataAtom.Content.t;
published : GdataAtom.atom_published;
updated : GdataAtom.atom_updated;
edited : GdataAtom.app_edited;
accesslevel : calendar_accessLevelProperty;
where : Where.t list;
color : calendar_colorProperty;
hidden : calendar_hiddenProperty;
overridename : calendar_overrideNameProperty;
selected : calendar_selectedProperty;
timezone : calendar_timeZoneProperty;
timesCleaned : calendar_timesCleanedProperty;
summary : GdataAtom.Summary.t;
title : GdataAtom.Title.t;
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