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
- Host: GitHub
- URL: https://github.com/abe-101/merge-ics
- Owner: abe-101
- Created: 2022-10-31T01:52:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T02:16:22.000Z (over 3 years ago)
- Last Synced: 2025-10-11T00:32:12.650Z (8 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```