Problem with 'to-dos' in iCal
Problem with 'to-dos' in iCal
- Subject: Problem with 'to-dos' in iCal
- From: Rob Stott <email@hidden>
- Date: Sat, 31 Jul 2004 16:29:24 +0100
Hi all,
I'm trying to get a list of every to-do in an iCal calendar which has
been completed. As far as I can tell, this should work...
tell application "iCal"
activate
set theCalendar to calendar 1
tell theCalendar
set theToDos to completion date of every todo whose completion date
is not missing value
end tell
end tell
...but this gets EVERY to-do, whether it has a completion date or not.
I suspect I'm making a daft mistake somewhere but I can't figure out
where it is. Grrrr...
Can anyone help?
Thanks
Rob
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.