https://github.com/fglock/datetime-event-ical
Perl DateTime extension for computing rfc2445 recurrences
https://github.com/fglock/datetime-event-ical
Last synced: about 1 year 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T19:14:45.000Z (about 4 years ago)
- Last Synced: 2025-03-22T23:51:11.849Z (about 1 year ago)
- Language: Perl
- Size: 220 KB
- Stars: 0
- Watchers: 3
- 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