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

NAME

Data::ICal::DAVAdapter - adapt Data::ICal to the Net::DAVTalk API

SYNOPSIS

    my $calendar = Data::ICal::DAVAdapter->new(
        filename => $filename
    );

DESCRIPTION

This is not really intended for use beyond synchronizing Meetup and ICS files

REPOSITORY

The public repository of this module is https://github.com/Corion/Meetup-API.

SUPPORT

The public support forum of this module is https://perlmonks.org/.

KNOWN ISSUES

When Chrome is run in headless mode, Chrome throws a Lost UI shared context error. This error can be ignored and does not affect the operation of this module.

AUTHOR

Max Maischein corion@cpan.org

COPYRIGHT (c)

Copyright 2016-2018 by Max Maischein corion@cpan.org.

LICENSE

This module is released under the same terms as Perl itself.