Simon Wistow > Net-Google-Calendar-Server > Net::Google::Calendar::Server::handler::Apache2

Download:
Net-Google-Calendar-Server-0.1.tar.gz

Annotate this POD

View/Report Bugs
Source  

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

syntax highlighting: