Search results for "module:iCal"
Net::ICal - Interface to RFC2445 (iCalendar) calendaring and scheduling protocol.
Net::ICal is a collection of Perl modules for manipulating iCalendar (RFC2445) calendar data. As of the 0.15 release, most of the functionality you want to find out about is in Net::ICal::Calendar. See its manpages for more details. This is ALPHA QUA...
SRL/Net-ICal-0.15 - 04 Aug 2001 07:01:18 UTC
Tie::iCal - Tie iCal files to Perl hashes.
Tie::iCal represents an RFC2445 iCalendar file as a Perl hash. Each key in the hash represents an iCalendar component like VEVENT, VTODO or VJOURNAL. Each component in the file must have a unique UID property as specified in the RFC 2445. A file cont...
BSDZ/Tie-iCal-0.15 - 19 Sep 2011 21:30:25 UTC
Date::ICal - Perl extension for ICalendar date objects.
Date::ICal talks the ICal date format, and is intended to be a base class for other date/calendar modules that know about ICal time format also....
SKIM/Date-ICal-2.679 - 07 Sep 2022 14:13:45 UTC
Data::ICal - Generates iCalendar (RFC 2445) calendar files
A Data::ICal object represents a "VCALENDAR" object as defined in the iCalendar protocol (RFC 2445, MIME type "text/calendar"), as implemented in many popular calendaring programs such as Apple's iCal. Each Data::ICal object is a collection of "entri...
BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC
iCal::Parser - Parse iCalendar files into a data structure
This module processes iCalendar (vCalendar 2.0) files as specified in RFC 2445 into a data structure. It handles recurrences ("RRULE"s), exclusions ("EXDATE"s), event updates (events with a "RECURRENCE-ID"), and nested data structures ("ATTENDEES" an...
RIXED/iCal-Parser-1.21 - 08 Dec 2016 10:59:34 UTC
lib/ICal/QuickAdd.pm
This is the guts of ICal::QuickAdd, of interest to developers. Most users probably want the docs of iqa instead, which is a script which uses this module. new() $iqa = ICal::QuickAdd->new('tomorrow at noon. Lunch with Bob') ; # Default to expecting a...
MARKSTOS/ICal-QuickAdd-1.00 - 10 Mar 2010 02:44:22 UTC
Net::ICal::ETJ - iCalendar event, todo and journal entry base class
Net::ICal::ETJ represents iCalendar events, todo items and journal entries. It's a base class for N::I::Event, N::I::Todo, and N::I::Journal. Casual users shouldn't ever need to actually make an ETJ object. The following documentation is for develope...
SRL/Net-ICal-0.15 - 04 Aug 2001 07:01:18 UTC
Data::ICal::RDF - Turn iCal files into an RDF graph
This module is a processor context for turning Data::ICal objects into RDF data. By default it uses version 4 (i.e., random) UUIDs as subject nodes....
DORIAN/Data-ICal-RDF-0.03 - 05 Mar 2015 18:13:42 UTC
Net::ICal::Todo - Todo class
Net::ICal::Todo represents something someone needs to get done....
SRL/Net-ICal-0.15 - 04 Aug 2001 07:01:18 UTC
Net::ICal::Util - Utility functions for Net::ICal modules
General utility functions for Net::ICal and friends...
SRL/Net-ICal-0.15 - 04 Aug 2001 07:01:18 UTC
Net::ICal::Time - represent a time and date
*Time* represents a time, but can also hold the time zone for the time and indicate if the time should be treated as a date. The time can be constructed from a variey of formats....
SRL/Net-ICal-0.15 - 04 Aug 2001 07:01:18 UTC
Net::ICal::Alarm - represents an alarm (a VALARM object).
This class handles reminders for Net::ICal Events and Todos. You can get a reminder in several different ways (a sound played, a message displayed on your screen, an email or a script/application run for you) at a certain time, either relative to the...
SRL/Net-ICal-0.15 - 04 Aug 2001 07:01:18 UTC
Net::ICal::Event - Event class
Net::ICal::Event represents iCalendar events....
SRL/Net-ICal-0.15 - 04 Aug 2001 07:01:18 UTC
iCal::Parser::SAX - Generate SAX events from an iCalendar
This module uses iCal::Parser to generates SAX events for the calendar contents. The xml document generated is designed for creating monthly calendars with weeks beginning on monday (e.g., by passing the output through an xsl styleheet). The basic st...
RFRANKEL/iCal-Parser-SAX-1.09 - 30 Jun 2008 23:34:05 UTC
Data::ICal::Entry - Represents an entry in an iCalendar file
A Data::ICal::Entry object represents a single entry in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) iCalendar defines several types of entries, such as events and to-do lists; each of these corresponds to a sub...
BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC
Net::ICal::Period - represent a period of time
Use this to make an object representing a block of time on a real schedule. You can either say, "This event starts at 12 and ends at 2" or "This event starts at 12 and lasts 2 hours." These two ways of specifying events can be treated differently in ...
SRL/Net-ICal-0.15 - 04 Aug 2001 07:01:18 UTC
App::Greple::ical - Module to support Apple macOS Calendar data
Used without options, it will search all macOS Calendar files under user's home directory. With --simple option, summarize content in single line. Output is not sorted. With --detail option, print summarized line with description data if it is attach...
UTASHIRO/App-Greple-ical-0.02 - 09 Oct 2022 09:58:12 UTC
iCal::Parser::HTML - Generate HTML calendars from iCalendars
This module uses iCal::Parser::SAX and XML::LibXSLT with included stylesheets to generates html calendars from icalendars. The html document generated includes (when appropriate) a sidebar containing a legend, a list of todos and a three month calend...
RFRANKEL/iCal-Parser-HTML-1.07 - 30 Jun 2008 23:51:19 UTC
Net::ICal::Journal - Journal class
Net::ICal::Journal represents Journal events: things someone did, perhaps....
SRL/Net-ICal-0.15 - 04 Aug 2001 07:01:18 UTC