I am trying to build an open-source python code hosted at GAE to sync contacts by group to a limited number of users. In a web interface users will be able to pick their group and whom it will be synced with.
I understand there is a lot of applications on market place withe the same functionality, but my organization is concerned about those provides selling contacts to 3rd parties. We are a non-profit organization, so the code could be hosted at google project or github for community contribution.
(sorry for the long intro)
- How is the best way to start? is there tutorial available with similar functionality that I can expand?
- What is the best way to compare two Contact kind elements? To see if they need to be sync.
- Is there a last update on the Contact kind elements? In case I want to implement a last update wins?
thanks!