icssplitter icon indicating copy to clipboard operation
icssplitter copied to clipboard

A script to split up big ics files

Results 6 icssplitter issues
Sort by recently updated
recently updated
newest added

Hi, I tried to use your tool today to split a *huge* calendar (> 20 MB). Unfortunately, every year of this calendar had so much data that the split files...

Someone wanted me to run your script, but didn't know the start and end dates of their ICS file. I added a script based on your code to pull the...

appreciated the work, it helped me fulfill my wife technical requirement :P just a simple simple fix for input/output file handler with encoding utf-8 under python 3.13, with google calendar...

Got error when read and write the ics file, under python 3.13 ``` File "C:\ics_fix\ics_splitter.py", line 50, in for line in infh: ^^^^ File "C:\Users\{username}\AppData\Local\Programs\Python\Python313\Lib\encodings\cp1252.py", line 23, in decode return...