Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

splitics

This python3 script takes an .ics calendar file and splits it into smaller files. You can split the file based on the file size, number of events, or both.

It's useful when you want to migrate a calendar into Google Calendar, since it will only accept files that are smaller than about 1MB.

Examples

python3 splitics.py my_calendar.ics -s 1M
python3 splitics.py my_calendar.ics -n 50
python3 splitics.py my_calendar.ics -s 500k -n 20

About

Splits .ics calendar files to make them easier to import.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.