Module GdataCalendar.ExtendedProperty

type t = {
cep_name : string;
cep_realm : string;
cep_value : string;
}
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