NAME
Meetup::ToICal - convert Meetup data to ICal data
SYNOPSIS
use Meetup::ToICal 'meetup_to_icalendar';
my $ical = meetup_to_icalendar( $meetup );
DESCRIPTION
Import meetings from Meetup into iCal or CalDAV.
FUNCTIONS
get_meetup_event_uid( $event )
my $uid = get_meetup_event_uid( $meetup )
Returns a unique identifier for a Meetup event. Currently this is the Meetup event id plus @meetup.com
.
meetup_to_icalendar( $event )
my $data = meetup_to_icalendar( $event );
Returns a data structure suitable for inserting to a CalDAV calendar from a Meetup event.
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.