python-caldav / caldav

Apache License 2.0
321 stars 95 forks source link

Make it possible to modify User-Agent #386

Closed tobixen closed 5 months ago

tobixen commented 7 months ago

see also #385

Also, the previous code had a dangerous usage of a default {} sent as function parameter. I didn't change it, but at least now the dict passed is a read-only thing.

We need some test code and a changelog item before this can be merged.