-
Hey all, Noticed this odd behavior and want to confirm this is a real issue or just me first. I'm using davx5 version 4.4.1.1-ose, with jtx board version 2.09.00.ose and nextcloud 29.0.3. I created 5 calendars with the following enabled for testing:
results in davx5 that look wrong:
from jtx board's view in "collections":
Something about the combination of all 3 options at the same time duration calendar creation results in "vjournal" being ignored. But 2 parts individually works My nextcloud instance is managed but I do have a UI to view SQL schema/select rows from mysql.
So either
[Aug 10 edit, realized I didn't remove PII from the log files I attached, removing them for now] Is this a known issue? I found this issue with nextcloud where they say they do not currently support a UI for vjournal, but I would expect vjournal enabled calendars to still be created. Or at least an error message back. I did not find any open issues for this specific behavior |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Update: I used the mysql UI to run the following: -- ToDo is my calendar name here
UPDATE oc_calendars
SET components = "VEVENT,VTODO,VJOURNAL"
WHERE displayname = "ToDo"; After doing this and force syncing davx5+jtx board
So if you have SQL access to nextcloud you can workaround this way. I have not tried with a different backend like radicale yet |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
I have already reported this to Nextcloud: Please follow up there |
Beta Was this translation helpful? Give feedback.
I have already reported this to Nextcloud:
nextcloud/server#45709
Please follow up there