-
-
17 Sep 2014 21:10:22 UTC
- Distribution: RDF-iCalendar
- Module version: 0.005
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (490 / 0 / 0)
- Kwalitee
Bus factor: 1- 92.86% Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (25.68KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
RDF::iCalendar - convert from RDF to iCalendar
DESCRIPTION
This module doesn't do anything itself; it just loads RDF::iCalendar::Exporter for you.
RDF::iCalendar::Exporter
RDF::iCalendar::Exporter takes some RDF using the W3C's iCalendar vocabulary, and outputs RDF::iCalendar::Entity objects.
RDF::iCalendar::Importer
RDF::vCard::Importer will do the reverse, but doesn't exist yet.
RDF::iCalendar::Entity
An RDF::iCalendar::Entity objects is an individual iCalendar calendar. It overloads stringification, so just treat it like a string.
RDF::iCalendar::Line
RDF::iCalendar::Line is internal fu that you probably don't want to touch.
BUGS
Please report any bugs to https://rt.cpan.org/Public/Dist/Display.html?Name=RDF-iCalendar.
SEE ALSO
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT
Copyright 2011, 2013 Toby Inkster
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Module Install Instructions
To install RDF::iCalendar, copy and paste the appropriate command in to your terminal.
cpanm RDF::iCalendar
perl -MCPAN -e shell install RDF::iCalendar
For more information on module installation, please visit the detailed CPAN module installation guide.