Open cpitclaudel opened 5 years ago
Since this project is so stale (6 years at this point), I doubt you'll hear back about this issue.
I wonder if this is an issue in the current fork, py-vobject/vobject. (I say current because that's the source for what's currently published on PyPI.)
I have vobject 0.9.7 installed from PyPI and can confirm that the error you're seeing is still happening. Perhaps some commit has happened to master
since that release to fix it.
I'm working with @skarim to reunite this repo with the fork. I'm hoping to make a new release that should address this problem soon.
Hi there,
The following example is responsible for the bug at https://github.com/Kozea/Radicale/issues/925 ; an event that has an UTC timestamp in
EXDATE
but plain dates asDTSTART
andDTEND
will cause an exception ingetrruleset
:This seems to be related to https://github.com/eventable/vobject/issues/75 (cc @htgoebel).