Skip to content
forked from Ippo343/splitics

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

License

Notifications You must be signed in to change notification settings

rgf1042/splitics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

splitics & splitvcs

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.

Now also support .vcs files

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%