[GH-ISSUE #23965] feat: add reminder time as a parameter to create_calendar_event #35661

Closed
opened 2026-04-25 09:50:47 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @DanielHe212 on GitHub (Apr 21, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23965

Check Existing Issues

  • I have searched for all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.

Verify Feature Scope

  • I have read through and understood the scope definition for feature requests in the Issues section. I believe my feature request meets the definition and belongs in the Issues section instead of the Discussions.

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:

  • title (required)
  • start (required)
  • end (optional)
  • description (optional)
  • calendar_id (optional)
  • all_day (optional)
  • location (optional)

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.

Originally created by @DanielHe212 on GitHub (Apr 21, 2026). Original GitHub issue: https://github.com/open-webui/open-webui/issues/23965 ### Check Existing Issues - [x] I have searched for all existing **open AND closed** issues and discussions for similar requests. I have found none that is comparable to my request. ### Verify Feature Scope - [x] I have read through and understood the scope definition for feature requests in the Issues section. I believe my feature request meets the definition and belongs in the Issues section instead of the Discussions. ### 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: - title (required) - start (required) - end (optional) - description (optional) - calendar_id (optional) - all_day (optional) - location (optional) 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.
Author
Owner

@tjbck commented on GitHub (Apr 24, 2026):

Addressed in dev.

<!-- gh-comment-id:4311957916 --> @tjbck commented on GitHub (Apr 24, 2026): Addressed in dev.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#35661