Plagger::Plugin::Publish::iCal - Produces iCal file out of the feed


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

Plagger::Plugin::Publish::iCal - Produces iCal file out of the feed

SYNOPSIS

Top

  - module: Publish::iCal
    config:
      dir: /path/to/dir

DESCRIPTION

Top

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

Top

dir

Directory to save ics files in.

filename

filename to save ics files as. Defaults to %i.ics.

AUTHOR

Top

Kentaro Kuribayashi

Tatsuhiko Miyagawa

SEE ALSO

Top

Plagger, Data::ICal


Plagger documentation  | view source Contained in the Plagger distribution.