Skip to content

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

License

Notifications You must be signed in to change notification settings

Ippo343/splitics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages