deleteCalendarItemsByIds method

Implementation

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