The Omni Group
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!

Go Back   The Omni Group Forums > OmniFocus > OmniFocus Extras
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Script: Create Subcontext Thread Tools Search this Thread Display Modes
Hi

I'm wondering if anyone has a script that I can "borrow" to create sub contexts automatically.

I.E. I have a Context called "Jeremy" and automatically want to create a context underneath it called "Waiting" as an On Hold Context.

Anyone done something similar?

Thanks

Jeremy
 
The essentials might look something like this:

Code:
tell application id "OFOC"
	tell default document
		tell (first flattened context where name = "Jeremy")
			make new context at end of contexts ¬
				with properties {name:"Waiting", allows next action:false}
		end tell
	end tell
end tell
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Script to create Stencil lsamberg OmniGraffle General 0 2010-08-31 05:13 AM
Create Calendar Toolbar script ptone OmniFocus Extras 25 2010-01-28 06:02 AM
New Create Calendar script posted ptone OmniFocus 1 for Mac 4 2009-12-29 09:13 AM
Script to Quickly create an Agenda newguy OmniFocus 1 for Mac 2 2009-07-13 11:46 PM
Script to create an email from a task in OF. Tinchohs OmniFocus Extras 3 2007-10-31 12:53 PM


All times are GMT -8. The time now is 01:04 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.