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