The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

DESCRIPTION

Backend and Auth vars