tfinke

Results 13 comments of tfinke

> As for the UID, it can be displayed by using a template ... see the EXAMPLE file. The uid is needed for editing or deleting stuff using the calendar_cli....

> I did this: > > ``` > >>> import vobject > >>> with open('foo.txt', 'r') as f: > ... data=f.read() > >>> vobject.readOne(data) > > ``` > > so...

> Ideally all expected errors should be caught and handled, but for unexpected exceptions I think it's better to show the full traceback, it makes debugging easier - so I...

> > from the development point of view this is true. But for the user the traceback is not really helpful. > > For most users, probably yes, but I...

> Can you try installing the git master version of the caldav library? of course, but I have to find out how to do this parallel to my already installed...

> Or, eventually, you can just edit the installed file. > > ``` > >>> import caldav > >>> caldav.__file__ > '/usr/lib/python3.9/site-packages/caldav-0.8.0rc0-py3.9.egg/caldav/__init__.py' > ``` I am sorry - I am...

> uff :-( This is a bit outside my area of competence, I've never understood that egg thing. this calms me :-) > I think the sanest way to solve...

After installing the new caldav master I recieve: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/caldav-0.8.0rc0-py3.6.egg/caldav/objects.py", line 1233, in _get_vobject_instance self._set_vobject_instance(vobject.readOne(to_unicode(self._get_data()))) File "/usr/lib/python3.6/site-packages/vobject/base.py", line 1153, in readOne allowQP)) File "/usr/lib/python3.6/site-packages/vobject/base.py", line...

That did not change much: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/caldav-0.8.0rc0-py3.6.egg/caldav/objects.py", line 1233, in _get_vobject_instance self._set_vobject_instance(vobject.readOne(to_unicode(self._get_data()))) File "/usr/lib/python3.6/site-packages/vobject/base.py", line 1153, in readOne allowQP)) File "/usr/lib/python3.6/site-packages/vobject/base.py", line 1125, in readComponents...

sorry, my mistake (I had updated calendar-cli itself - stupid). Now I have installed the recent version of caldav. It displayed: CRITICAL:root:Something went wrong while loading icalendar data into the...