-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Code:
import vobject
v = vobject.iCalendar()
v.add('vtodo')
v.vtodo.add('sequence').value = 1
v.serialize()Result:
...
File "/usr/local/lib/python3.9/site-packages/vobject/base.py", line 1219, in backslashEscape
s = s.replace("\\", "\\\\").replace(";", "\;").replace(",", "\,")
AttributeError: 'int' object has no attribute 'replace'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels