我有点问题。
我想创建/更新系统组内的联系人,正是myContacts组,但不幸的是我不能。
这是我的代码:
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005">
<atom:category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/contact/2008#contact"/>
<gd:name>
<gd:givenName>Surname</gd:givenName>
<gd:familyName>Name</gd:familyName>
<gd:fullName>Name Surname</gd:fullName>
</gd:name>
<gd:email rel="http://schemas.google.com/g/2005#work" primary="true" address="firstemail@gmail.com" />
<gd:phoneNumber rel="http://schemas.google.com/g/2005#home">1234567891</gd:phoneNumber>
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/email@gmail.com/base/myContacts"/>
如何在该系统组内创建联系人?