Table of Contents
davcard Plugin
Compatible with DokuWiki
- 2022-07-31 "Igor" unknown
- 2020-07-29 "Hogfather" unknown
- 2018-04-22 "Greebo" unknown
- 2017-02-19 "Frusterick Manners" yes
This plugin is no longer maintained.
DAVCard provides
- Integration of an address book
- Optionally, provides tabular output
- Addressbook is automatically shared based on ACL
- Together with webdavclient, can act as a CardDAV Client
Requirements
- You need the sqlite PlugIn
Installation
Make sure that the sqlite PlugIn is installed.
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Examples/Usage
This PlugIn allows you to embed an address book into a wiki page. For editing, it makes heavy use of AJAX/jQuery and is thus only reliably rendered in your webbrowser.
To add a simple address book to a page, use the syntax {{davcardbook>}}
.
Be aware that only one address book per page is possible. However, you can aggregate multiple address books into one.
Syntax
There are a few syntax elements that control certain settings of your address book:
{{davcardbook>}}
embeds a complete address book.
{{davcard>name=Test}}
embeds only the contact with name 'Test'. Alternative options include 'email' and 'phone'.
Development
Change Log
- [default] Try to fix XSS vulnerabilities, ref T51 (2017-11-15 18:53)
- Add support for multiple address books, various bug fixes (2017-02-21 20:47)
- Fix error with recent SQLite plugin ref T41 (2016-12-13 05:35)
- Documentation update (2016-07-01 11:29)
- Add basic filtering support (2016-06-22 18:11)
- Add partial permission support (2016-06-22 09:36)
- Fix a few bugs.. (2016-06-01 18:02)
Known Bugs and Issues
Please use the bug tracker (“Create Task…”, click on the drop-down icon of the backlog) at code.rnb-consulting.at/tag/davcard_plugin. This page is unmonitored.
Working as a CardDAV Server is currently unsupported, but will be added soon.
ToDo/Wish List
Please use the bug tracker (“Create Task…”, click on the drop-down icon of the backlog) at code.rnb-consulting.at/tag/davcard_plugin. This page is unmonitored.