deleteCalendarItemsByIds method
Future<List<GroupScoped<StoredDocumentIdentifier> > >
deleteCalendarItemsByIds(
- List<
GroupScoped< entityIdsStoredDocumentIdentifier> >
Implementation
Future<List<GroupScoped<StoredDocumentIdentifier>>> deleteCalendarItemsByIds(List<GroupScoped<StoredDocumentIdentifier>> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.calendarItemBasic.inGroup.deleteCalendarItemsByIds(
_sdkId,
entityIds,
);
}