feat: calendar follow API (POST/DELETE follow, GET following). Refs EventHub/EventHubFront#9
CI / test (push) Failing after 6m39s
CI / deploy-ift (push) Has been skipped
CI / e2e-ift (push) Has been skipped
CI / deploy-stage (push) Has been skipped
CI / e2e-stage (push) Has been skipped

This commit is contained in:
2026-07-20 22:10:48 +03:00
parent 4932f9abae
commit 59220b955e
16 changed files with 599 additions and 4 deletions
Regular → Executable
+8
View File
@@ -103,6 +103,14 @@
rights :: read | write | admin
}).
%% Follow чужого календаря (не путать с платной subscription / calendar_share)
-record(calendar_follow, {
id :: binary(),
calendar_id :: binary(),
user_id :: binary(),
created_at :: calendar:datetime()
}).
%% ------------------- Специалисты календаря ---------------------------
-record(calendar_specialist, {
calendar_id :: binary(),