deleteCalendarItemsByIds method
Implementation
Future<List<DocIdentifier>> deleteCalendarItemsByIds(List<IdWithMandatoryRev> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.calendarItem.deleteCalendarItemsByIds(
_sdkId,
entityIds,
);
}