u/JuanSmittjr

can't add categories to calendar events

hi

is it just me or the calendar app broke on the last update?

until the last update i could add categories to new events, but now if I try to add a category (predefined from the list or a custom one) it immediately disappears from the input field.

very annyoing and breaks my use-case.

(also: is it possible to add attendees to calendar events without automatically requesting reply?)

everything is updated to the latest version (os, NC, apps, etc.)

reddit.com
u/JuanSmittjr — 4 days ago

hi,

I need your advice because I don't understand what's going on.

Case #1

I've built the following infra to POC remote jenkins job execution:

  • openwebui in docker (connected to claude 4.6 opus on the web with api)
  • jenkins in docker
  • created a dedicated model in openwebui to execute jenkins jobs to manage vms
  • created the tool to identify and execute the jenkins jobs
  • created a system prompt
  • also added a server inventory (5-6 test VMs)

What I wanted to achieve: tell the model to "reboot all debian servers" or "check if there are pending updates on the opensuse servers", etc.

What I got:

  • if I asked the model to list the servers, it has shown the inventory
  • if i asked the model what tools does it have, it has shown the tools (reboot servers, check updates, etc.)
  • when I tried to use the tools (asked it to reboot X servers or if there are pending updates) it started to "misbehave"

By "misbehaviour" I mean this:

  • it started to hallucinate like "OK, I've restarted the servers" or returned a message that the jenkins job failed, however it didn't start the jobs (didn't even try it)
  • it just simply told me that X, Y, Z packages need an update (again, the jenkins job was not started)
  • if I asked the result of the jenkins jobs, it started to apoligize that it didn't really started it, etc. but will start them again immediately! (and nothing happened of course)
  • when it could run a jenkins job (no idea why, let's say after 30-40 failed tries) it couldn't repeat it, although I've told it that this was a success and this is what I want it to do.
  • it just didn't give any real feedback, if I asked anything, it went mute.

It also started to forget the tools it had (there were like 3-4 simple tools).

A couple of hours of failures later I've asked chatgpt, gemini, copilot, claude to check the tool and the system prompt because I thought that must be the problem, but they couldn't find any real issues.

At the end I've had enough of the frustration and just gave up.

Case #2:

As a 2nd try, I just wanted to have a model that writes bash, python and groovy scripts for me and it also behaves very similarly.

I've created a new one from scratch.

When I tell it to write me a bash script that does this and that, then it randomly either prints the full script OR just fragments of it or nothing just "Analyzed".

I think there's something wrong with my understanding of how openwebui should be used but I don't see my mistake.

Any advice is welcome.

reddit.com
u/JuanSmittjr — 17 days ago