I have used the icalbuddy command line tool to get the uid of each todo list item can i use this to delete the todo list item.
icalbuddy code to get todo list uid
thanks for your help
icalbuddy code to get todo list uid
Code:
set theUids to do shell script "/usr/local/bin/icalBuddy -nc -uid uncompletedTasks|grep uid|sed -e 's/u[^:]*://'"
thanks for your help