refactor(tools): extract calendar domain into src/tools/calendar.py

Repoints tests/test_caldav_bidirectional_sync.py source-introspection
to src/tools/calendar.py (do_manage_calendar moved there).
This commit is contained in:
yuandonghao
2026-06-16 15:04:30 +08:00
parent c56041f64c
commit 749a8e058e
4 changed files with 526 additions and 513 deletions
+1
View File
@@ -23,3 +23,4 @@ from src.tools.cookbook import ( # noqa: F401
)
from src.tools.search import do_search_chats # noqa: F401
from src.tools.notes import do_manage_notes # noqa: F401
from src.tools.calendar import do_manage_calendar # noqa: F401