I can get info out:
entry.getPlainTextContent()
But how do I change/add information?
I tried:
TextConstruct tc =
new PlainTextConstruct("An entry in the notes");
entry.setContent(tc);
entry.update();
No error but also no new info in the notes...?
--
You received this message because you are subscribed to the Google Groups
"Google Contacts API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-contacts-api?hl=en.