shareWithMany method

Implementation

Future<EncryptedCalendarItem> shareWithMany(EncryptedCalendarItem calendarItem, Map<String, CalendarItemShareOptions> delegates) async {
	return await CardinalSdkPlatformInterface.instance.apis.calendarItem.encrypted.shareWithMany(
		_sdkId,
		calendarItem,
		delegates,
	);
}