Tag Archives: ical

Set Up WebDAV for iCal Sharing on ubuntu 8.04

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. … Continue reading

Posted in *nix, geek life, productivity | Tagged , , , | Comments Off