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?
|
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
| omniplan applescript create milestones | Thread Tools | Search this Thread | Display Modes |
|
|
|
Member
2011-10-17, 08:11 AM
Hi all,
Could you please tell, how to create a new milestone task using AppleScript?
Post 1
|
|
Member
2011-10-17, 09: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
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Applescript: How to create a group or subgraph? | Sophie | OmniGraffle General | 2 | 2012-11-27 01:19 AM |
| AppleScript to create a Project inside a folder? | RicardoSaporta | OmniFocus 1 for Mac | 10 | 2012-04-03 07:35 AM |
| Applescript to Create Repeating Tasks | AgentsSka | AppleScripting Omni Apps | 6 | 2011-02-08 02:00 PM |
| Applescript to create Inbox Items from Adium | RussBlaisdell | OmniFocus Extras | 1 | 2011-01-05 03:09 PM |
| MailAction.applescript doesn't create anything in OF | Dalmet | OmniFocus 1 for Mac | 8 | 2007-11-18 10:19 AM |