mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #24344] feat: Add repeat/recurrence options to calendar events #58940
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 @Mikkelka on GitHub (May 4, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24344
Check Existing Issues
Verify Feature Scope
Problem Description
Feature Description
The calendar feature is missing a basic but essential functionality: the ability to set repeat/recurrence options for events. This is a common feature in most calendar applications.
Problem
When creating an event in the Open WebUI calendar, there is no option to set:
Expected Behavior
Users should be able to select a repeat option when creating or editing an event, similar to how Google Calendar, Apple Calendar, and other calendar apps handle this.
Use Cases
Additional Context
This would greatly improve the usefulness of the calendar feature, which is already a great addition to Open WebUI.
Desired Solution you'd like
I would like to see a repeat/recurrence option added to the event creation and editing modal in the calendar. Specifically:
Repeat dropdown menu - When creating or editing an event, add a "Repeat" dropdown with the following options:
Simple options (most common use cases):
Custom recurrence (for advanced users):
Visual indication - Recurring events should show a small repeat icon in the calendar view to indicate they are recurring.
Alternatives Considered
No response
Additional Context
No response
@owui-terminator[bot] commented on GitHub (May 4, 2026):
🔍 Similar 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
by DanielHe212
#23974 feat: Allow creation of new calendars
by kylxbn
#23967 feat: add calendar/automations buttons to top left under workspace
by DanielHe212
#9310 feat: calendar
by tjbck
💡 If this is a duplicate, consider closing it and adding details to the existing issue.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.
@tjbck commented on GitHub (May 4, 2026):
#24079