undeleteCalendarItem method
Implementation
Future<CalendarItem> undeleteCalendarItem(CalendarItem calendarItem) async {
return await CardinalSdkPlatformInterface.instance.apis.calendarItem.tryAndRecover.undeleteCalendarItem(
_sdkId,
calendarItem,
);
}