Site updated at 2017-12-18 12:40:58 UTC

This commit is contained in:
Travis CI 2017-12-18 12:40:58 +00:00
parent 2fffb30834
commit 680df69178
29 changed files with 76 additions and 74 deletions

View file

@ -78,7 +78,7 @@
<h3><a class="title-link" name="prerequisites" href="#prerequisites"></a> Prerequisites</h3>
<p>You need to have a CalDav server and eventually credentials for it. This component was tested against <a href="http://sabre.io/baikal/">Baikal</a> but any component complying with the RFC4791 should work.</p>
<p>You might need some additional system packages to compile the Python caldav library. On a Debian based system, install them by:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt-get install libxm2-dev libxslt1-dev zlib1g-dev
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev
</code></pre>
</div>
<h3><a class="title-link" name="basic-setup" href="#basic-setup"></a> Basic Setup</h3>