beorn / icssplit

Split big .ics/.ical files into smaller ones for easy import into Google Calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icssplit

Latest PyPI version Latest Travis CI build status

Split big .ics/.ical files into smaller ones for import into Google Calendar, which only supports files <1MB. To install and use:

$ pip3 install icssplit
$ icssplit somefile.ics outfile --maxsize=900000

This will split somefile into outfile1.ics, outfile2.ics...

Related Works

About

Split big .ics/.ical files into smaller ones for easy import into Google Calendar

License:MIT License


Languages

Language:Python 84.1%Language:Makefile 15.9%