TF-3591 Implement CalendarEventCounter/accept method

This commit is contained in:
DatDang
2025-04-16 09:37:42 +07:00
committed by Dat H. Pham
parent 037fcc03a1
commit 9df53ef6b9
27 changed files with 256 additions and 21 deletions
@@ -28,4 +28,9 @@ abstract class CalendarEventRepository {
Future<List<BlobCalendarEvent>> transformCalendarEventDescription(
List<BlobCalendarEvent> blobCalendarEvents,
TransformConfiguration transformConfiguration);
Future<CalendarEventAcceptResponse> acceptCounterEvent(
AccountId accountId,
Set<Id> blobIds,
);
}