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::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