View Source Excalt.Vcard.Addressbook (Excalt v0.1.2)

Fetching addressbooks from the carddav server

Link to this section Summary

Functions

Get a single addressbook with list of vcard contacts. Using REPORT method! addressbook is url resource server_url/addressbooks/username/addressbook_name this function is fetching all vcards from addressbook

Getting all address books from the server. In most cases addressbooks are under url https://server_url/addressbooks/username/addressbook_name With PROPFIND method we query the server to list us all addresbooks

Link to this section Functions

Link to this function

build_authentication_header(username, password)

View Source
Link to this function

get_addressbook_contacts(server_url, username, password, addressbook_name)

View Source

Get a single addressbook with list of vcard contacts. Using REPORT method! addressbook is url resource server_url/addressbooks/username/addressbook_name this function is fetching all vcards from addressbook

Link to this function

get_all_addressbooks(server_url, username, password)

View Source

Getting all address books from the server. In most cases addressbooks are under url https://server_url/addressbooks/username/addressbook_name With PROPFIND method we query the server to list us all addresbooks