getCalendarItem method
Implementation
Future<EncryptedCalendarItem> getCalendarItem(String entityId) async {
return await CardinalSdkPlatformInterface.instance.apis.calendarItem.encrypted.getCalendarItem(
_sdkId,
entityId,
);
}
Future<EncryptedCalendarItem> getCalendarItem(String entityId) async {
return await CardinalSdkPlatformInterface.instance.apis.calendarItem.encrypted.getCalendarItem(
_sdkId,
entityId,
);
}