Add calendar implementation: models, storage, CLI

This commit is contained in:
Дедов Егор Сергеевич
2026-05-18 14:51:05 +03:00
parent 2a35a9ce78
commit 816c9f1cda
6 changed files with 228 additions and 0 deletions

8
calendar_data.json Normal file
View File

@@ -0,0 +1,8 @@
[
{
"title": "Встреча",
"date": "2026-05-20",
"time": "15:00",
"description": "Созвон с командой"
}
]