alexrothenberg / motion-addressbook

MIT License
89 stars 30 forks source link

Support for Address Book groups #21

Closed jmay closed 11 years ago

jmay commented 11 years ago

The Contacts app does a poor job of exposing access to groups, but here's code for interacting with groups programmatically.

Also, there's now an optional-use top-level class (AddressBook::AddrBook) that holds onto the AB reference so the same ref can be used for multiple Person & Group records. This was necessary for getting saving to work properly for groups.

jmay commented 11 years ago

https://github.com/alexrothenberg/motion-addressbook/pull/21