ical2csv icon indicating copy to clipboard operation
ical2csv copied to clipboard

A Python script that reads ics files and outputs their data into a csv file.

Results 7 ical2csv issues
Sort by recently updated
recently updated
newest added

One problem with the sort function before writing to csv is that there could be events that happen all day, hence their dtstart and dtend fields do not have time,...

I've just noticed that the parse only treats events as one-off, so I just want to add repeating events as a future TODO

…and HTML removal. Did not remove Google/Skype meeting stuff in ical2csv.py. Handled events that returned date objects in stead of datetime objects Added information on how to get the output...

('Extracting events from file:', 'rili.ics', '\n') Traceback (most recent call last): File "ical2csv.py", line 87, in csv_write(filename) File "ical2csv.py", line 69, in csv_write wr.writerow(values) UnicodeEncodeError: 'ascii' codec can't encode characters...

Hi, thanks for writing this tool. I get the following error: ``` python3 ical2txt.py export.ics Extracting events from file: export.ics Traceback (most recent call last): File "ical2txt.py", line 156, in...

I exported my ical calendar and then tried to use ical2csv and got the following error: Traceback (most recent call last): File "ical2csv.py", line 90, in sortedevents=sorted(events, key=lambda obj: obj.start)...

I tried ical2txt limiting it to a 14 day period and got: Processing events : Traceback (most recent call last): File "ical2txt.py", line 176, in txt_write(filename) # Write the matching...