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

https://github.com/abe-101/merge-ics

Merge multible ical files into one
https://github.com/abe-101/merge-ics

Last synced: 8 months ago
JSON representation

Merge multible ical files into one

Awesome Lists containing this project

README

          

## merge-ics

This script will get all .ics files (iCalendar files, as
specified in the RFC 2445 specification), read it and
aggregate all events to a new .ics file. If one of the
sourcefiles is not readable (or is not RFC 2445 compatible),
it will be ignored.

## Install Dependencies

```
pip install -r requirements.txt
```

## Usage

```
python merge-ics.py
```