Prashant,
It's not that I really want the ToString() output- I'm just using that to
verify that this:
userEntry = service.RetrieveUser('username')
userEntry.extended_property.append(gdata.apps.Property(name="Name",
value="Value"))
result = service.UpdateUser('username', userEntry)
...doesn't work. If I turn around and run RetrieveUser on 'username' again,
the new extended property is nowhere to be found.
Let's turn this around: Can someone try adding an extended attribute to an
existing UserEntry object in python and let me know what you did to make it
work?
--
You received this message because you are subscribed to the Google Groups
"Google Apps Domain Information and Management APIs" 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-apps-mgmt-apis?hl=en.