Module GoogleApps.Contacts
A Contact.t contains the name, address, and various contact details of a contact.
val get_contacts : unit -> t listval create : given_name:string -> family_name:string -> email:string -> tCreate a contact
val get_emails : t -> EmailField.t listval get_family_name : t -> stringval get_given_name : t -> stringval get_full_name : t -> stringval get_phones : t -> PhoneField.t listval get_contact_groups : t -> Group.g listval add_phone : t -> field:PhoneField.Field.t -> number:string -> PhoneField.tval add_to_group : t -> group:Group.g -> tAdds a
Contact.t to aGroup.t