View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003377 | SOGo | Backend Calendar | public | 2015-11-03 21:08 | 2016-12-28 18:09 |
| Reporter | finrodd | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | [Client] Microsoft | OS | Windows | OS Version | 7 |
| Product Version | 2.3.2 | ||||
| Fixed in Version | soon | ||||
| Summary | 0003377: CalDav: Report request: Sogo ignore sub-elements in <DAV:prop> | ||||
| Description | Sogo always returns the same result even though <D:prop> is specified with different children ex: in the request below, all the children of <C:calendar-data> are ignored: <?xml version="1.0" encoding="utf-8" ?> | ||||
| Steps To Reproduce |
<?xml version="1.0" encoding="utf-8" ?> <D:prop> <?xml version="1.0" encoding="utf-8" ?> <D:prop> | ||||
| Tags | No tags attached. | ||||
|
Little to no CalDAV client ask for this but we should implement that anyway for client's efficiency. CalDAV clients receiving non-request properties will likely just ignore them anyway. It should be implemented in SOGoAppointmentFolder. We should modify -parseDAVRequestedProperties: defined in SOGoGCSFolder.m to return a hash of array similar to: vcalendar = (version); Then, append the modified vcalendar output based on the requested properties. |
|