[[OutlookSync|Outlook synchronization support!]]
== Amahi 7 (Fedora 19) Work Around ==
The Calender WebDAV is broken (Amahi bug). Below you will find a manual fix that will correct the problem.
* As root user, edit this file:
vi /etc/httpd/conf.d/03-calendar.conf
* Comment out the following lines:
<pre>#AllowOverride AuthConfig
Order allow,deny
Allow from all</pre>
* Add these lines afterwards:
<pre>Options Indexes FollowSymLinks MultiViews
AllowOverride AuthConfig
Require all granted</pre>
* Restart the web server:
systemctl restart httpd.service
Now you should be able to publish and access your calendar.
== Publishing URL ==