The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Google::Calendar::Server::handler::Apache - an Apache handler to pretend to be Google Calendar

SYNOPSIS

    <Location /calendar>
        SetHandler perl-script
        PerlHandler Net::Google::Calendar::Server::Handler::Apache
        PerlSendHeader On
        PerlSetVar     CalendarBackend       ICalendar
        PerlSetVar     CalendarBackendFile   /path/to/calendar.ics
        PerlSetVar     CalendarAuth          Dummy
    </Location>

DESCRIPTION

Backend and Auth vars