deleteCalendarItemById method

Implementation

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