Search Criteria
Package Details: ical2rem 0.5.2-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ical2rem.git (read-only, click to copy) |
|---|---|
| Package Base: | ical2rem |
| Description: | Reads iCal files and outputs Remind-compatible files |
| Upstream URL: | http://tim.stoakes.net/remind/ |
| Licenses: | GPL |
| Submitter: | ahphaw5S |
| Maintainer: | ahphaw5S |
| Last Packager: | ahphaw5S |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-11-05 09:12 (UTC) |
| Last Updated: | 2015-11-05 09:12 (UTC) |
Latest Comments
Jtqh commented on 2023-10-24 17:59 (UTC)
I needed to add the following line at line number 100 before use iCal::Parser;
use lib "/build/perl5/lib/perl5";
Otherwise, the script complains that it cannot find the DateTime/Format/ICal.pm module.