Enabling WebDAV for iCal publishing/sharing is fairly straightforward: 0. Install apache2 (if it’s not already installed): sudo apt-get install apache2 1. Create a WebDAV directory in your DocumentRoot with the proper permissions: mkdir -p /var/www/webdav chmod -R 777 /var/www/webdav 2.…
