View Single Post
Quote:
Originally Posted by acollins View Post
Not being an applescript guru, is there anyway to make the script differentiate between tasks with only due/start dates and tasks with both due/start dates AND times? It seems to make sense to have tasks with no time be shown as all day events and tasks with times have those times reflected in the calendar?

This is a GREAT script!
In OF, all due/start dates also have a time - you could perhaps check whether the task was using the default time - and assume that as "no-time set" and then make those as all day. It would be kind of tricky to present this question to the end user in a clear way. I think I'd also have to dig the default time pref directly from the OF pref file, since I don't think this is exposed through AS.

-P