TF-3591 Implement CalendarEventCounter/accept method
This commit is contained in:
@@ -28,4 +28,9 @@ abstract class CalendarEventRepository {
|
||||
Future<List<BlobCalendarEvent>> transformCalendarEventDescription(
|
||||
List<BlobCalendarEvent> blobCalendarEvents,
|
||||
TransformConfiguration transformConfiguration);
|
||||
|
||||
Future<CalendarEventAcceptResponse> acceptCounterEvent(
|
||||
AccountId accountId,
|
||||
Set<Id> blobIds,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user