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