NAME

events-to-ical.pl - import Meetup events to iCal or a CalDAV server

SYNOPSIS

events-to-ical.pl --group meetup-group-name [VCard filename or CalDAV URL]

DESCRIPTION

Import meetings from Meetup into iCal or CalDAV.

Existing events will not be overwritten.

ARGUMENTS

--help        print documentation about Options and Arguments
--version     print version number

OPTIONS

--calendar    Name of the CalDAV calendar
--server      Server of the CalDAV calendar (also, credentials)
--group       URL name of the Meetup group
--exclude     Don't include events matching this re
--attendee    Email address used for rsvp synchronization
--verbose     show more information
--dry-run     don't update the calendar

EXAMPLE

events-to-ical.pl --group Perl-User-Groups-Rhein-Main --server https://calendar.example.com/ --calendar MyEvents
events-to-ical.pl --group Perl-User-Groups-Rhein-Main --calendar ~/.calendar/perl-rhine-main.ics

KNOWN ISSUES

UTF-8 values in CalDAV servers get double-encoded. This is a bad heuristic in Net::CardDAVTalk that double-decodes values.