deleteCalendarItemById method
Future<GroupScoped<StoredDocumentIdentifier> >
deleteCalendarItemById(
- GroupScoped<
StoredDocumentIdentifier> entityId
Implementation
Future<GroupScoped<StoredDocumentIdentifier>> deleteCalendarItemById(GroupScoped<StoredDocumentIdentifier> entityId) async {
return await CardinalSdkPlatformInterface.instance.apis.calendarItemBasic.inGroup.deleteCalendarItemById(
_sdkId,
entityId,
);
}