never mind I made it work: the code is something like this
$ext = new Zend_Gdata_App_Extension_Element('phoneNumber',
null,'http://schemas.google.com/g/2005');
$attributes['rel'] = array('name'=>'rel',
'namespaceUri'=>null,
'value' => 'http://schemas.google.com/g/2005#mobile');
$ext->text = strtolower($_POST["phone"][0]);
$ext->setExtensionAttributes($attributes);
$extensions[] = $ext; # Here is where i save the phone
}
}
}
$entry->setExtensionElements($extensions);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---