I get an array out of getTodos () with all old and already completed tasks.
If i try to go through all off them with a foreach loop and call the delete method for every object, it is only working for the first item. For the others i get strange xml errors.
I get an array out of getTodos () with all old and already completed tasks.
If i try to go through all off them with a foreach loop and call the delete method for every object, it is only working for the first item. For the others i get strange xml errors.
Is it possible to delete multiple todo items?