Details
-
Type:
New Feature
-
Status:
In Progress
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.5.2
-
Fix Version/s: None
-
Component/s: Zend_Gdata
-
Labels:None
Description
This is more of a heads-up than a request.
I'm currently working on some code to work with the new Zend Contacts API for managing things like Gmail contacts. I anticipate having something in an alpha peer-review state sometime this week.
http://code.google.com/apis/contacts/
I'm starting this issue so I'll have somewhere to post the code and to "stake out" the area to avoid having multiple people unknowingly working on the same task.
Stuff that currently works:
- Listing contacts
- Emails
- Phone data & subtype (mobile, pager, fax) information
- IM data
- Organization data
- Label/categorization for data types
- Altering primary e-mail
- Notes about the current user
I signed the indivdual CLA before, but this one is something on company time so as soon as I get a Corporate CLA done I'll post what I have. Current classes:
Contacts/Extension/Categorized.php (abstract superclass)
Contacts/Extension/Email.php
Contacts/Extension/Im.php
Contacts/Extension/Name.php
Contacts/Extension/Notes.php
Contacts/Extension/Organization.php
Contacts/Extension/OrgName.php
Contacts/Extension/OrgTitle.php
Contacts/Extension/PhoneNumber.php
Contacts/Extension/PostalAddress.php
Contacts/ListEntry.php
Contacts/ListFeed.php