shareWith method

Implementation

Future<GroupScoped<DecryptedCalendarItem>> shareWith(EntityReferenceInGroup delegate, GroupScoped<DecryptedCalendarItem> calendarItem, { CalendarItemShareOptions? options }) async {
	return await CardinalSdkPlatformInterface.instance.apis.calendarItem.inGroup.shareWith(
		_sdkId,
		delegate,
		calendarItem,
		options,
	);
}