If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:Google-Contacts
| BoxMatrix >> Lexicon >> Internet-Terms >> Google-Contacts | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
| News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
| Computer | FRITZ | I18N | Telephony | Smarthome | Internet | Protocols | Multimedia | Formats | Hardware | Software | Research |
Service
| Service: | Google-Contacts | Wiki | Freetz | IPPF | whmf | AVM | Web |
| Short for: | Google Contacts | ||||||
| Location: | Lexicon >> Internet-Terms | ||||||
| Weblinks: | Wikipedia.int | ||||||
| Description: | Free Online-Phonebook and address book by Google | ||||||
Goto: FRITZ!OS - Examples - SMW-Browser
Details
Google-Contacts is a free Online-Phonebook and address book provided by Google.
It can be used for organizing arbitary contact data and provides an API to include it into other projects.
FRITZ!OS
In FRITZ!OS Google-Contacts can be used as an Online-Phonebook.
Synchronization is performed by the gcupd command which is used by libcmapi.so for ctlmgr,
and by libfbpbook.so for carddavd.
The Webinterface manages Google-Contacts in the ontel ui-module which is also maintained by libcmapi.so for ctlmgr.
Configuration is stored in the onlinetel section of voip.cfg which is maintained by libar7cfg.so.
Examples
Google-Contacts are managed in groups, each of which could be enabled. Excerpt from voip.cfg fw 7.39:
Unlike other Online-Phonebooks there's no username / passwd since it uses OAuth.
voipcfg {
...
onlinetel {
pbid = 240;
enabled = yes;
url = "https://www.google.com/accounts/ClientLogin";
serviceid = "cp";
username = "";
passwd = "";
refreshtoken = "SECRET";
revision = "-1";
pbname = "Google";
gcgroups {
enabled = no;
id = "SECRET";
selfId = "SECRET";
name = "System Group: My Contacts";
def_group = yes;
} {
enabled = no;
id = "SECRET";
selfId = "SECRET";
name = "System Group: Friends";
def_group = no;
} {
enabled = no;
id = "SECRET";
selfId = "SECRET";
name = "System Group: Family";
def_group = no;
} {
enabled = no;
id = "SECRET";
selfId = "SECRET";
name = "System Group: Coworkers";
def_group = no;
} {
enabled = no;
id = "SECRET";
selfId = "SECRET";
name = "Importiert am 6.12.";
def_group = no;
} {
enabled = no;
id = "SECRET";
selfId = "SECRET";
name = "My Testgroup";
def_group = no;
}
}
voipcfg_version = 31;
extension_version = 1;
}