deleteCalendarItemsByIds method

Implementation

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