Skip to content

Type Error ical2txt #12

@ifuchs

Description

@ifuchs

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 events to the textfile. With recurring_ical_events, scoping is already done.
File "ical2txt.py", line 127, in txt_write
if event.location != '': values = values + " [" + event.location + "]" # Only include location if there is one
TypeError: can only concatenate str (not "NoneType") to str

WIthout the date limit, I got the same Type Error as with ical2csv.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions