Fortunately this is an easy change to two scripts.
Edit the script "Insert into Calendar - Write additional days ( Date )" and add the following as a script parameter to the line in blue below:
- Code: Select all
If (PatternCount ( $$sc_Mode ; "Horiz" ) ; "No Content" )
Now edit the script "Insert into Calendar - Write additional time" and make a similar change, replacing the script parameter already there with this one:
- Code: Select all
If (PatternCount ( $$sc_Mode ; "Horiz" ) ; "No Content" ; $sc_n + 1 )
That's it =)