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. batch_id : string;
  4. batch_operation : GdataBatch.Operation.t;
  5. batch_status : GdataBatch.Status.t;
  6. authors : GdataAtom.Author.t list;
  7. content : GdataAtom.Content.t;
  8. contributors : GdataAtom.Contributor.t list;
  9. id : GdataAtom.atom_id;
  10. published : GdataAtom.atom_published;
  11. updated : GdataAtom.atom_updated;
  12. edited : GdataAtom.app_edited;
  13. comments : GdataCalendar.Comments.t;
  14. extendedProperties : GdataCalendar.ExtendedProperty.t list;
  15. recurrenceExceptions : RecurrenceException.t list;
  16. where : GdataCalendar.Where.t list;
  17. who : GdataCalendar.Who.t list;
  18. icalUID : GdataCalendar.calendar_icalUIDProperty;
  19. privateCopy : GdataCalendar.calendar_privateCopyProperty;
  20. quickAdd : GdataCalendar.calendar_quickAddProperty;
  21. sendEventNotifications : GdataCalendar.calendar_sendEventNotificationsProperty;
  22. sequenceNumber : GdataCalendar.calendar_sequenceNumberProperty;
  23. syncEvent : GdataCalendar.calendar_syncEventProperty;
  24. summary : GdataAtom.Summary.t;
  25. title : GdataAtom.Title.t;
  26. categories : GdataAtom.Category.t list;
  27. eventStatus : GdataCalendar.gdata_eventStatus;
  28. originalEvent : GdataCalendar.OriginalEvent.t;
  29. recurrence : GdataCalendar.gdata_recurrence;
  30. reminders : GdataCalendar.Reminder.t list;
  31. transparency : GdataCalendar.gdata_transparency;
  32. visibility : GdataCalendar.gdata_visibility;
  33. _when : GdataCalendar.When.t list;
  34. anyoneCanAddSelf : bool;
  35. guestsCanInviteOthers : bool;
  36. guestsCanModify : bool;
  37. guestsCanSeeGuests : bool;
  38. 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