mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Fix bug in free busy report serializing a datetime tzinfo
This commit is contained in:
parent
7b0d88ff0d
commit
4c1d295e81
2 changed files with 3 additions and 1 deletions
|
@ -65,6 +65,7 @@ def free_busy_report(base_prefix: str, path: str, xml_request: Optional[ET.Eleme
|
|||
vfb.add('dtstart').value, vfb.add('dtend').value = occurrence
|
||||
return (client.OK, cal.serialize())
|
||||
|
||||
|
||||
def xml_report(base_prefix: str, path: str, xml_request: Optional[ET.Element],
|
||||
collection: storage.BaseCollection, encoding: str,
|
||||
unlock_storage_fn: Callable[[], None]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue