mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #23965] feat: add reminder time as a parameter to create_calendar_event #58798
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DanielHe212 on GitHub (Apr 21, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23965
Check Existing Issues
Verify Feature Scope
Problem Description
It seems like there is no way for a model to set how far in advance the notification is for calendar events, the list of parameters for create_calendar_event appear to be:
There is no option for the model to set how long in advance the reminder should occur, defaulting to 10 minutes.
Desired Solution you'd like
Add reminder time as an optional parameter to create_calendar_event. Allow the user to set a default reminder time and make the model aware of what this default would be if it does not set the optional parameter.
Also it would be nice to allow more granular control of how long in advance to give notification (say, hours+minutes), rather than just the few specific options provided.
Alternatives Considered
No response
Additional Context
Side note: notifications don't seem to be working for me, but I'm not sure if I'm configuring something wrong or if that's an issue with the desktop app or if it's because I have it open both in desktop and on the browser, so I'm not submitting that as a bug report at this time, but if anyone else has time and wants to investigate, I would appreciate it.
@tjbck commented on GitHub (Apr 24, 2026):
Addressed in dev.