View Single Post
Before Mountain Lion I was using a different script that I modified to add email to a "Waiting For" project with a set deferred start date. I would use different shortcut keys to activate different versions of the script that would defer the start date by 2days, 1 week, or 2 weeks and add it to my "Waiting For" project.

It stopped working after Mountain Lion.

Is there any way to add a deferred start date to this script?

I assume I need to add something in the following section of code but I'm not sure how to do it:
Code:
			repeat with oMsg in lstSubjectBody
				
				set {strSubject, strBody} to oMsg
				parse tasks with transport text strSubject & strContext & " //" & strBody
Also, adding a default project would be great but I'm guessing it is more complex and I tried writing a parallel GetProject() with no luck.

I really appreciate any help you can provide.

Thanks