Closed rfc2822 closed 3 months ago
Thank you :+1:
Sabre also uses "VEVENT,VTODO" as default: https://github.com/sabre-io/dav/blame/7a736b73bea7040a7b6535fd92ff6de9981e5190/lib/CalDAV/Backend/PDO.php#L242
I don't know if that means something would be missing to support it properly, or just an oversight.
cc @miaulalala @st3iny
Related: nextcloud/calendar#4436
I think it is just an oversight and our backend should be able to handle VJOURNALs just fine. It is probably not included in our code because there is no "official" frontend to render VJOURNALs.
⚠️ This issue respects the following points: ⚠️
Bug description
When sending a MKCALENDAR request without
supported-calendar-component-set
, Nextcloud creates a collection that reports to supportVEVENT
andVTODO
, but notVJOURNAL
.However, it is possible to create a collection that supports all three component types, because it works when it's explicitly requested.
Steps to reproduce
supported-calendar-component-set
).supported-calendar-component-set
.supported-calendar-component-set
contains onlyVEVENT
andVTODO
(but notVJOURNAL
).To verify that it's possible to create collections that contain
VEVENT
,VTODO
andVJOURNAL
:supported-calendar-component-set
=(VEVENT,VTODO,VJOURNAL
).supported-calendar-component-set
.supported-calendar-component-set
containsVEVENT
,VTODO
andVJOURNAL
.Expected behavior
The CalDAV RFC says:
So collections that are created without
supported-calendar-component-set
should also support journals.Installation method
Community Manual installation with Archive
Nextcloud Server version
28
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response