Thunderbird cardbook: Difference between revisions

From wikinotes
(Created page with "CardDav and vcard contact synchronization = Documentation = <blockquote> {| class="wikitable" |- | addon || https://addons.thunderbird.net/en-US/thunderbird/addon/cardbook/ |- |} </blockquote><!-- Documentation --> = Configuration = <blockquote> <syntaxhighlight lang="bash"> # Install thunderbid addon: cardbook # Tools > CardBook # Address Books > Add Address Book # - Remote # # - Type: CardDav # - URL: http://lavos.ddns.net:8614/card.php/...")
 
 
Line 12: Line 12:
= Configuration =
= Configuration =
<blockquote>
<blockquote>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="yaml">
# Install thunderbid addoncardbook
Tools > CardBook:
  Address Books > Add Address Book:
    - Remote
 
    - Type:      CardDav
    - URL:      http://lavos.ddns.net:8614/card.php/addressbooks/will/default
    - usernamewill
    - pass:      <password>


# Tools > CardBook
#  Address Books > Add Address Book
#      - Remote
#
#      - Type:      CardDav
#      - URL:      http://lavos.ddns.net:8614/card.php/addressbooks/will/default
#      - username:  will
#      - pass:      <password>
#
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Configuration -->
</blockquote><!-- Configuration -->

Latest revision as of 16:16, 19 February 2024

CardDav and vcard contact synchronization

Documentation

addon https://addons.thunderbird.net/en-US/thunderbird/addon/cardbook/

Configuration

Tools > CardBook:
  Address Books > Add Address Book:
     - Remote

     - Type:      CardDav
     - URL:       http://lavos.ddns.net:8614/card.php/addressbooks/will/default
     - username:  will
     - pass:      <password>