Great script for removing the groups. I haven't had any problems with
removing the group info. But haven't been able to put in group info.
I'm using zend like you have been doing and this is what i have so
far.
// group
$groupId = 'http://www.google.com/m8/feeds/groups/wsapyouth
%40gmail.com/base/7988c2040c9693c8';
$extensionElements = $entry->getExtensionElements();
$extension6= new Zend_Gdata_App_Extension_Element
('GroupMembershipinfo', null,'http://schemas.google.com/g/2005');
$attributes6['href'] = $groupId;
$extension6->setExtensionAttributes($attributes6);
array_push($extensionElements, $extension6);
$entry->setExtensionElements($extensionElements);
any help would be greatly appreciated
thanks in advance!
Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---