[PR #4816] [MERGED] feat: duplicate calendar event #6460

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4816
Author: @Xazin
Created: 3/4/2024
Status: Merged
Merged: 3/4/2024
Merged by: @Xazin

Base: mainHead: feat/duplicate-calendar-event


📝 Commits (2)

  • 6907509 feat: duplicate calendar event
  • 17a7860 test: add simple test

📊 Changes

4 files changed (+103 additions, -24 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/database/database_calendar_test.dart (+45 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/calendar/application/calendar_bloc.dart (+20 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_event_card.dart (+11 -6)
📝 frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_event_editor.dart (+27 -18)

📄 Description

Closes: #4800

Feature Preview

https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/f4a54e56-f037-439b-b078-9f46129ee28b

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/4816 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 3/4/2024 **Status:** ✅ Merged **Merged:** 3/4/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `feat/duplicate-calendar-event` --- ### 📝 Commits (2) - [`6907509`](https://github.com/AppFlowy-IO/AppFlowy/commit/6907509a901d9fddd4315cfea9385f5b528f2867) feat: duplicate calendar event - [`17a7860`](https://github.com/AppFlowy-IO/AppFlowy/commit/17a7860ef4d8b4c1ba838fe63374bb9c3d058122) test: add simple test ### 📊 Changes **4 files changed** (+103 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/database/database_calendar_test.dart` (+45 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/calendar/application/calendar_bloc.dart` (+20 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_event_card.dart` (+11 -6) 📝 `frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_event_editor.dart` (+27 -18) </details> ### 📄 Description Closes: #4800 ### Feature Preview https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/f4a54e56-f037-439b-b078-9f46129ee28b #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:23:19 +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#6460
No description provided.