mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #24589] issue: Calendar notifications and webhooks do not trigger when reminder is set to "At time of event" #74955
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 @onikyannn on GitHub (May 11, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24589
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.9.5
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
At the exact start time of the calendar event, a notification should be displayed in the GUI, and the associated webhook should be executed.
Actual Behavior
Steps to Reproduce
Logs & Screenshots
No relevant logs.
Additional Information
Working as expected: Reminders set to other intervals (e.g., 5 minutes or 10 minutes before the event) work perfectly fine - both the UI notification and the webhook trigger as intended.
The issue seems specifically isolated to the "At time of event" logic.
@owui-terminator[bot] commented on GitHub (May 11, 2026):
🔍 Related Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
🟣 #23965 feat: add reminder time as a parameter to create_calendar_event
This feature request is directly about calendar event reminders and adding reminder-time control to
create_calendar_event. It is closely related because the new bug concerns a specific reminder timing option ('At time of event') not triggering notifications or webhooks.by DanielHe212
🟢 #24079 enh: calendar
This open calendar enhancement appears to cover the broader calendar subsystem where reminder behavior is implemented. It is relevant as a likely umbrella issue for calendar-related fixes, including reminder timing edge cases.
by tjbck
🟢 #1240 feat: additional webhook events
This issue is about adding additional webhook events, which is tangentially related because the reported bug is specifically that the calendar reminder should fire a webhook and does not. It may help track webhook-trigger coverage for calendar events.
by tjbck ·
enhancement,good first issue,help wanted💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.