deleteCalendarItems method
Future<List<GroupScoped<StoredDocumentIdentifier> > >
deleteCalendarItems(
- List<
GroupScoped< calendarItemsCalendarItem> >
Implementation
Future<List<GroupScoped<StoredDocumentIdentifier>>> deleteCalendarItems(List<GroupScoped<CalendarItem>> calendarItems) async {
return await CardinalSdkPlatformInterface.instance.apis.calendarItemBasic.inGroup.deleteCalendarItems(
_sdkId,
calendarItems,
);
}