Quick install instructions:

  1. Place the single .php file in the plugins directory of your Laconica install. Note that you need the latest development version of Laconia – 0.7.1 does not support plugins.
  2. Add the following to the end of your config.php:

    require_once(‘plugins/ICalPlugin.php’);
    $ical = new ICalPlugin(1000);

  3. Replace the 1000 in the above with the maximum number of notices you want to include in the iCalendar feed

  4. Visit http://your.laconi.ca.install/user/ical to get the iCalendar feed for ‘user’

More details