NAME
Plagger::Plugin::Publish::iCal - Produces iCal file out of the feed
SYNOPSIS
- module: Publish::iCal
  config:
    dir: /path/to/dir
DESCRIPTION
Publish::iCal creates iCal (.ics) files using feed items. Every feed is a calendar and each entry is a schedule item. Entry's posted date/time is used as a schedule date/time and so on.
CONFIG
- dir
 - 
Directory to save ics files in.
 - filename
 - 
filename to save ics files as. Defaults to %i.ics.
 
AUTHOR
Kentaro Kuribayashi
Tatsuhiko Miyagawa