The buggy behaviour when passing multiple props is that they get mapped
to the final XML string with a , separator.
⚠️ This is a bug-report-in-form-of-a-test rather than a direct contribution.
Example
I have been mucking about with the low-level API for no good reason and tried to use dav.request.calendarQuery (and by extension dav.template.caledarQuery?) with invalid results.
The buggy behaviour when passing multiple props is that they get mapped to the final XML string with a
,
separator.⚠️ This is a bug-report-in-form-of-a-test rather than a direct contribution.
Example
I have been mucking about with the low-level API for no good reason and tried to use
dav.request.calendarQuery
(and by extensiondav.template.caledarQuery
?) with invalid results.Observed Results
The sent XML is invalid due to a comma:
Expected Results
The XML should not contain a comma between the props:
More Info
The endpoint in question is an ownCloud instance which is why I'm even trying to do it via low-level code 🙄.
I didn't figure out a proper fix but hope that the included test will help narrow down the issue for someone better versed in the code base.