wvrzel / simpleCalDAV

A simple php CalDAV-Client library. Connect, create, change, delete... easy to use
GNU General Public License v2.0
116 stars 60 forks source link

Delete multiple Todos #22

Open cuthulino opened 8 years ago

cuthulino commented 8 years ago

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?