An open API service indexing awesome lists of open source software.

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

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"
]
}