[PR #2442] [MERGED] Fix/calendar event update #5232

Closed
opened 2026-03-23 22:17:49 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2442
Author: @appflowy
Created: 5/3/2023
Status: Merged
Merged: 5/3/2023
Merged by: @appflowy

Base: mainHead: fix/calendar_event_update


📝 Commits (3)

  • 78e18d0 fix: update event pos on calendar
  • 59ef6b0 Merge branch 'main' into fix/calendar_event_update
  • f95cb21 fix: replace text field id with date field id

📊 Changes

5 files changed (+75 additions, -49 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/application/calendar_bloc.dart (+63 -38)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart (+7 -5)
📝 frontend/rust-lib/flowy-database/src/entities/calendar_entities.rs (+1 -1)
📝 frontend/rust-lib/flowy-database/src/services/database_view/editor.rs (+2 -3)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/2442 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 5/3/2023 **Status:** ✅ Merged **Merged:** 5/3/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/calendar_event_update` --- ### 📝 Commits (3) - [`78e18d0`](https://github.com/AppFlowy-IO/AppFlowy/commit/78e18d06154115ea437f59aaba840c00f77c82be) fix: update event pos on calendar - [`59ef6b0`](https://github.com/AppFlowy-IO/AppFlowy/commit/59ef6b04099e73a5a529d63dc1e7de03cea01c05) Merge branch 'main' into fix/calendar_event_update - [`f95cb21`](https://github.com/AppFlowy-IO/AppFlowy/commit/f95cb21ed18acf9b2a7239a10ffeef48d3ce3b00) fix: replace text field id with date field id ### 📊 Changes **5 files changed** (+75 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/application/calendar_bloc.dart` (+63 -38) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart` (+7 -5) 📝 `frontend/rust-lib/flowy-database/src/entities/calendar_entities.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-database/src/services/database_view/editor.rs` (+2 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:49 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5232
No description provided.