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