-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRun OF Plug-In Action - Update Agendas.kmmacros
131 lines (131 loc) · 3.56 KB
/
Run OF Plug-In Action - Update Agendas.kmmacros
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>CreationDate</key>
<real>653791836.76091897</real>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>ActionUID</key>
<integer>7989</integer>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>Application</key>
<dict>
<key>BundleIdentifier</key>
<string>com.omnigroup.OmniFocus3</string>
<key>Name</key>
<string>OmniFocus</string>
<key>NewFile</key>
<string>/Applications/OmniFocus.app</string>
</dict>
<key>ApplicationConditionType</key>
<string>Active</string>
<key>ConditionType</key>
<string>Application</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>All</string>
</dict>
<key>ElseActions</key>
<array/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>Action</key>
<string>PercentEncodeForURL</string>
<key>ActionUID</key>
<integer>7990</integer>
<key>Destination</key>
<string>Variable</string>
<key>DestinationVariable</key>
<string>Script</string>
<key>MacroActionType</key>
<string>Filter</string>
<key>Source</key>
<string>Text</string>
<key>Text</key>
<string>PlugIn.find('com.KaitlinSalzke.Agendas').action('updateAgendas').perform()</string>
</dict>
<dict>
<key>ActionUID</key>
<integer>7991</integer>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>omnifocus://localhost/omnijs-run?script=%Script%</string>
<key>Variable</key>
<string>URL</string>
</dict>
<dict>
<key>ActionUID</key>
<integer>7992</integer>
<key>IsDefaultApplication</key>
<true/>
<key>MacroActionType</key>
<string>OpenURL</string>
<key>TimeOutAbortsMacro</key>
<true/>
<key>URL</key>
<string>%URL%</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>CreationDate</key>
<real>666064347.42388201</real>
<key>ModificationDate</key>
<real>666066057.79690802</real>
<key>Name</key>
<string>Run OF Plug-In Action: Update Agendas</string>
<key>Triggers</key>
<array>
<dict>
<key>ExecuteType</key>
<string>While</string>
<key>MacroTriggerType</key>
<string>Time</string>
<key>Repeat</key>
<true/>
<key>RepeatTime</key>
<integer>600</integer>
<key>TimeFinishHour</key>
<integer>23</integer>
<key>TimeFinishMinutes</key>
<integer>59</integer>
<key>TimeHour</key>
<integer>0</integer>
<key>TimeMinutes</key>
<integer>0</integer>
<key>WhichDays</key>
<integer>127</integer>
</dict>
</array>
<key>UID</key>
<string>D8764747-E8BE-46E8-889A-2252DDBF8C59</string>
</dict>
</array>
<key>Name</key>
<string>Temp</string>
<key>ToggleMacroUID</key>
<string>C91D1C44-E5CC-4488-9DEA-30A44E7B99A8</string>
<key>UID</key>
<string>433D9C71-7DCD-4A50-B5A8-A0A5D680BAE4</string>
</dict>
</array>
</plist>