TF-3591 Implement CalendarEventCounter/accept method
This commit is contained in:
@@ -23,4 +23,8 @@ abstract class CalendarEventDataSource {
|
||||
AccountId accountId,
|
||||
Set<Id> blobIds,
|
||||
String? language);
|
||||
|
||||
Future<CalendarEventAcceptResponse> acceptCounterEvent(
|
||||
AccountId accountId,
|
||||
Set<Id> blobIds);
|
||||
}
|
||||
Reference in New Issue
Block a user