Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fglock/datetime-event-ical
Perl DateTime extension for computing rfc2445 recurrences
https://github.com/fglock/datetime-event-ical
Last synced: about 2 months ago
JSON representation
Perl DateTime extension for computing rfc2445 recurrences
- Host: GitHub
- URL: https://github.com/fglock/datetime-event-ical
- Owner: fglock
- License: other
- Created: 2012-12-16T17:41:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T19:14:45.000Z (over 2 years ago)
- Last Synced: 2024-10-11T21:43:33.615Z (2 months ago)
- Language: Perl
- Size: 220 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
OVERVIEW
This module aims to support rfc2445 style recurrences, such as
'last friday of march'.INSTALLATION
To install this module type the following in the distribution
directory:perl Makefile.PL
make
make test
make install