Hi all,
Could you please tell, how to create a new milestone task using AppleScript?
Could you please tell, how to create a new milestone task using AppleScript?
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!
|
|
FAQ | Members List | Calendar | Today's Posts | Search |
omniplan applescript create milestones | Thread Tools | Search this Thread | Display Modes |
|
Member
2011-10-17, 09:11 AM
Hi all,
Could you please tell, how to create a new milestone task using AppleScript?
Post 1
|
Member
2011-10-17, 10:24 AM
Got it myself
tell application "OmniPlan" --using terms from "OmniPlan" set _document to make new document set _project to project of my _document set _tasks to tasks of _project repeat with i from 1 to the count of _tasks set task type of (item i of _tasks) to milestone task end repeat end tell
Post 2
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Applescript: How to create a group or subgraph? | Sophie | OmniGraffle General | 2 | 2012-11-27 02:19 AM |
AppleScript to create a Project inside a folder? | RicardoSaporta | OmniFocus 1 for Mac | 10 | 2012-04-03 08:35 AM |
Applescript to Create Repeating Tasks | AgentsSka | AppleScripting Omni Apps | 6 | 2011-02-08 03:00 PM |
Applescript to create Inbox Items from Adium | RussBlaisdell | OmniFocus Extras | 1 | 2011-01-05 04:09 PM |
MailAction.applescript doesn't create anything in OF | Dalmet | OmniFocus 1 for Mac | 8 | 2007-11-18 11:19 AM |