Sergey Mosin
Sergey Mosin
I'll leave this issue open, but it is a low priority for now. If someone else implements it first, I'll merge the PR into the main branch.
I think this is related to recent changes by NC Calendar team: - PR: https://github.com/nextcloud/calendar/pull/6778 - Issue: https://github.com/nextcloud/calendar/issues/5899 > Could this be a cause of mismatch and ownership conflict ?...
Which field are the special characters in ? Also what mode (`weekly`, `simple`,...) are you using ? I have tried putting the ö or ä into Organizer Name or Attendee...
Still can not replicate it.
@bdidwischus Thank you for sending me the debugging data, but I am still not able able to replicate this issue. I have tried using all kinds of special `ÖÖỌỌȮȯӦӧ𝑶𝒪` characters:...
Although, I am unable to replicate this, I have added additional logging. If this error happens again, NC logs should contain additional info tagged with `$evt->ORGANIZER is not set:...`
I am trying to replicate this and can not so far. Do you have steps to reproduce this bug ? Did the bug show up after an upgrade ? P.S....
I think you are missing `[` and `]` (square brackets) around your JSON object. It should look something like this: ```json [ { "tag": "textarea", "label": "Enter text", "placeholder": "placeholder...
I cannot replicate this. Can you send me (sergey [at] srgdev.com) the URL of the page where it is not working.
@CSchaefer70 Select/Dropdown example: ``` [ { "tag": "select", "label": "Favorite transport", "options": [ "Car", "Boat", "Bike", "Donkey", "Tank" ] } ] ```