https://github.com/davorg-cpan/app-mergecal
Command-line program to merge iCal calendars
https://github.com/davorg-cpan/app-mergecal
cpan hacktoberfest perl
Last synced: 6 months ago
JSON representation
Command-line program to merge iCal calendars
- Host: GitHub
- URL: https://github.com/davorg-cpan/app-mergecal
- Owner: davorg-cpan
- Created: 2024-01-11T18:46:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T16:44:21.000Z (almost 2 years ago)
- Last Synced: 2025-08-03T06:25:51.782Z (12 months ago)
- Topics: cpan, hacktoberfest, perl
- Language: Perl
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes.md
Awesome Lists containing this project
README
# App::MergeCal
A program to merge iCal files into a single calendar.
$ mergecal some_file.json
Where `some_file.json` looks like this:
{
"title": "My Combined Calendar",
"output": "combined.ics",
"calendars": [
"calendar1.ics",
"calendar2.ics",
"calendar3.ics"
]
}