-
-
03 Oct 2018 08:47:39 UTC
- Distribution: Meetup-API
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (312 / 0 / 0)
- Kwalitee
Bus factor: 1- 60.00% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (16.94KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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, %options )
my $data = meetup_to_icalendar( $event, self => 'me@example.org' );
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/.
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.
Module Install Instructions
To install Meetup::API, copy and paste the appropriate command in to your terminal.
cpanm Meetup::API
perl -MCPAN -e shell install Meetup::API
For more information on module installation, please visit the detailed CPAN module installation guide.