Peter Bieringer
Peter Bieringer
> So effectively, clients see the https:// protocol and assume they'll get a ics file, whereas the server only returns a empty ics file. That's not the case imho...client get...
can you enable debugging to catch the content of the event during upload? Then one has to investigate why "vobject" don't like it.
this is related to https://github.com/Kozea/Radicale/issues/1478 and a bug in "dateutil"
which version of _dateutil_ is currently used and can one try to use a newer one from here to check whether the issue is fixed meanwile: https://pypi.org/project/python-dateutil/#history
Probably same issue reported in https://github.com/Kozea/Radicale/issues/1282 I will try to add some optional profiling messages to trail down what part of code consumes so much time.
could you please use following branch for testing, I've added some profiling output here...will extend on demand:'https://github.com/pbiering/Radicale/tree/add-profiling Enable it using ``` [logging] profiling = True ``` Example output: ``` [2024-04-07...
Sorry, can't support such deployments for troubleshooting at the moment, try to apply the changes manually to the related files: https://github.com/Kozea/Radicale/compare/master...pbiering:Radicale:add-profiling
Good idea, but please check my comments.
I had no time to test so far, but scheduled
Can you please extend the code that it validates the config option during start? It would be helpful to avoid any broken config sniplet detected only on the "new user"...