mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #23880] [MERGED] feat: calendar #50470
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23880
Author: @tjbck
Created: 4/19/2026
Status: ✅ Merged
Merged: 4/19/2026
Merged by: @tjbck
Base:
dev← Head:calendar📝 Commits (5)
8d739e2feat: calendar4a5401brefacf0ec5eerefac98627e4refacf45d0f1refac📊 Changes
20 files changed (+3395 additions, -0 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+5 -0)📝
backend/open_webui/migrations/env.py(+1 -0)➕
backend/open_webui/migrations/versions/56359461a091_add_calendar_tables.py(+79 -0)📝
backend/open_webui/models/automations.py(+38 -0)➕
backend/open_webui/models/calendar.py(+842 -0)📝
backend/open_webui/routers/auths.py(+4 -0)➕
backend/open_webui/routers/calendar.py(+350 -0)📝
backend/open_webui/tools/builtin.py(+420 -0)➕
backend/open_webui/utils/calendar.py(+83 -0)📝
backend/open_webui/utils/tools.py(+13 -0)➕
src/lib/apis/calendar/index.ts(+458 -0)📝
src/lib/components/admin/Settings/General.svelte(+8 -0)➕
src/lib/components/calendar/CalendarEventChip.svelte(+28 -0)➕
src/lib/components/calendar/CalendarEventModal.svelte(+269 -0)➕
src/lib/components/calendar/CalendarSidebar.svelte(+174 -0)➕
src/lib/components/calendar/CalendarView.svelte(+380 -0)📝
src/lib/components/layout/Sidebar/UserMenu.svelte(+32 -0)📝
src/lib/components/workspace/Models/BuiltinTools.svelte(+4 -0)➕
src/routes/(app)/calendar/+page.svelte(+201 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.