Plack::Handler::Apache2 

<Location /calendar/>
    SetHandler perl-script
    PerlResponseHandler Plack::Handler::Apache2
    PerlSetVar psgi_app /path/to/calendar.psgi
</Location>