things-rb 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +4 -0
- data/CHANGELOG +8 -0
- data/LICENSE +19 -0
- data/README.markdown +110 -0
- data/Rakefile +26 -0
- data/VERSION +1 -0
- data/bin/things +52 -0
- data/lib/things/document.rb +39 -0
- data/lib/things/focus.rb +63 -0
- data/lib/things/task.rb +162 -0
- data/lib/things/version.rb +9 -0
- data/lib/things.rb +34 -0
- data/test/fixtures/Database.xml +1343 -0
- data/test/test_document.rb +59 -0
- data/test/test_focus.rb +96 -0
- data/test/test_helper.rb +26 -0
- data/test/test_task.rb +163 -0
- data/things-rb.gemspec +66 -0
- metadata +85 -0
@@ -0,0 +1,1343 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<!DOCTYPE database SYSTEM "file:///System/Library/DTDs/CoreData.dtd">
|
3
|
+
|
4
|
+
<database>
|
5
|
+
<databaseInfo>
|
6
|
+
<version>134481920</version>
|
7
|
+
<UUID>B4FC79D0-E654-43EF-9020-A5273B3F104A</UUID>
|
8
|
+
<nextObjectID>189</nextObjectID>
|
9
|
+
<metadata>
|
10
|
+
<plist version="1.0">
|
11
|
+
<dict>
|
12
|
+
<key>BuildNumber</key>
|
13
|
+
<integer>591</integer>
|
14
|
+
<key>NSPersistenceFrameworkVersion</key>
|
15
|
+
<integer>186</integer>
|
16
|
+
<key>NSStoreModelVersionHashes</key>
|
17
|
+
<dict>
|
18
|
+
<key>Coworker</key>
|
19
|
+
<data>
|
20
|
+
sUkYhaNoBrCwKhR37oCWF3oMlJ+X/0EWvkqloP0feV8=
|
21
|
+
</data>
|
22
|
+
<key>Focus</key>
|
23
|
+
<data>
|
24
|
+
uULbh3iyp5BG3KMX6idGxJMAibcC6yucan0Z01ggiIM=
|
25
|
+
</data>
|
26
|
+
<key>Globals</key>
|
27
|
+
<data>
|
28
|
+
xg3+cjRZK5nzTQnzZc7QQs9Glge/AHW0kv95fcBSkgA=
|
29
|
+
</data>
|
30
|
+
<key>Milestone</key>
|
31
|
+
<data>
|
32
|
+
AshotdE+fvVYp6EK3DxEagqNUtde95dtva4bGCb5dP8=
|
33
|
+
</data>
|
34
|
+
<key>MobileSyncItem</key>
|
35
|
+
<data>
|
36
|
+
nhMBcaMSSTKgFnWBXIygedzMzRfTP3eGsr6TJi/DUiY=
|
37
|
+
</data>
|
38
|
+
<key>Note</key>
|
39
|
+
<data>
|
40
|
+
udFXIE3oFQrQbh2Ju4FvwWc878b9vep6DW6zVipQvEc=
|
41
|
+
</data>
|
42
|
+
<key>Record</key>
|
43
|
+
<data>
|
44
|
+
hcEtJCAXFUdb13ax22/07sD5EsZ+4UyMSQODnU0LyiU=
|
45
|
+
</data>
|
46
|
+
<key>Reminder</key>
|
47
|
+
<data>
|
48
|
+
0VMtvPM/E/wh+TBTNHW5D5o9N4WXSeyTBjBHJHg89W0=
|
49
|
+
</data>
|
50
|
+
<key>SyncedCalendar</key>
|
51
|
+
<data>
|
52
|
+
uFecPv4qw/Ul/MnjxCEo207DnQN7DdkbvehReBug9BI=
|
53
|
+
</data>
|
54
|
+
<key>SyncedTask</key>
|
55
|
+
<data>
|
56
|
+
TXqtPJnhNwmeJWFf90FXFGdWKmcpjvlQRv34RXVaz30=
|
57
|
+
</data>
|
58
|
+
<key>Tag</key>
|
59
|
+
<data>
|
60
|
+
L9tlQ9OeHv0Nd5JzQ7T++N5lSPGZQs/yjZXVp2fatLI=
|
61
|
+
</data>
|
62
|
+
<key>Team</key>
|
63
|
+
<data>
|
64
|
+
2/JrXCDtsSp8yG/A4FwlD5t8RHQacaJUMl+GylaRkmU=
|
65
|
+
</data>
|
66
|
+
<key>Thing</key>
|
67
|
+
<data>
|
68
|
+
4+kUGDvoOAxogtkV5zqB5RB/mOBZDUXodM6PRiG18Ls=
|
69
|
+
</data>
|
70
|
+
<key>ToDo</key>
|
71
|
+
<data>
|
72
|
+
2BUb3z36nOAXYIHVSH0DBTMyHjMcy8yGVmmGt5lUGVc=
|
73
|
+
</data>
|
74
|
+
</dict>
|
75
|
+
<key>NSStoreModelVersionHashesVersion</key>
|
76
|
+
<integer>3</integer>
|
77
|
+
<key>NSStoreModelVersionIdentifiers</key>
|
78
|
+
<array></array>
|
79
|
+
<key>OSMajorVersion</key>
|
80
|
+
<integer>5</integer>
|
81
|
+
<key>OSMinorVersion</key>
|
82
|
+
<integer>6</integer>
|
83
|
+
</dict>
|
84
|
+
</plist>
|
85
|
+
</metadata>
|
86
|
+
</databaseInfo>
|
87
|
+
<object type="FOCUS" id="z107">
|
88
|
+
<attribute name="focustype" type="int32">16777216</attribute>
|
89
|
+
<attribute name="focuslevel" type="int16">-1</attribute>
|
90
|
+
<attribute name="display" type="bool">1</attribute>
|
91
|
+
<attribute name="index" type="int32">2</attribute>
|
92
|
+
<attribute name="identifier" type="string">FocusTickler</attribute>
|
93
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z113"></relationship>
|
94
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
95
|
+
<relationship name="focustodos" type="0/0" destination="TODO" idrefs="z166"></relationship>
|
96
|
+
</object>
|
97
|
+
<object type="FOCUS" id="z108">
|
98
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
99
|
+
<attribute name="display" type="bool">1</attribute>
|
100
|
+
<attribute name="index" type="int32">5</attribute>
|
101
|
+
<attribute name="identifier" type="string">FocusVerticalSpring</attribute>
|
102
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
103
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
104
|
+
<relationship name="focustodos" type="0/0" destination="TODO"></relationship>
|
105
|
+
</object>
|
106
|
+
<object type="FOCUS" id="z109">
|
107
|
+
<attribute name="childrenhidden" type="bool">0</attribute>
|
108
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
109
|
+
<attribute name="display" type="bool">1</attribute>
|
110
|
+
<attribute name="index" type="int32">2</attribute>
|
111
|
+
<attribute name="identifier" type="string">FocusPlanHeading</attribute>
|
112
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
113
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
114
|
+
<relationship name="focustodos" type="0/0" destination="TODO"></relationship>
|
115
|
+
</object>
|
116
|
+
<object type="FOCUS" id="z110">
|
117
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
118
|
+
<attribute name="display" type="bool">1</attribute>
|
119
|
+
<attribute name="index" type="int32">1</attribute>
|
120
|
+
<attribute name="identifier" type="string">FocusCollectHeading</attribute>
|
121
|
+
<attribute name="childrenhidden" type="bool">0</attribute>
|
122
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
123
|
+
<relationship name="children" type="0/0" destination="THING" idrefs="z120"></relationship>
|
124
|
+
<relationship name="focustodos" type="0/0" destination="TODO"></relationship>
|
125
|
+
</object>
|
126
|
+
<object type="FOCUS" id="z113">
|
127
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
128
|
+
<attribute name="display" type="bool">1</attribute>
|
129
|
+
<attribute name="index" type="int32">2</attribute>
|
130
|
+
<attribute name="identifier" type="string">FocusWorkflowHeading</attribute>
|
131
|
+
<attribute name="childrenhidden" type="bool">0</attribute>
|
132
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
133
|
+
<relationship name="children" type="0/0" destination="THING" idrefs="z124 z141 z125 z107 z129"></relationship>
|
134
|
+
<relationship name="focustodos" type="0/0" destination="TODO"></relationship>
|
135
|
+
</object>
|
136
|
+
<object type="FOCUS" id="z114">
|
137
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
138
|
+
<attribute name="display" type="bool">1</attribute>
|
139
|
+
<attribute name="index" type="int32">3</attribute>
|
140
|
+
<attribute name="identifier" type="string">FocusLevelsHeading</attribute>
|
141
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
142
|
+
<relationship name="children" type="0/0" destination="THING" idrefs="z142"></relationship>
|
143
|
+
<relationship name="focustodos" type="0/0" destination="TODO"></relationship>
|
144
|
+
</object>
|
145
|
+
<object type="SYNCEDCALENDAR" id="z115">
|
146
|
+
<attribute name="title" type="string">\u2600 Konst \u2600 Teknik</attribute>
|
147
|
+
<attribute name="systemid" type="string">29DBEE1D-D66F-4C4B-9F6D-E0C6A8A9D24A</attribute>
|
148
|
+
<attribute name="syncs" type="bool">0</attribute>
|
149
|
+
<attribute name="iseditable" type="bool">1</attribute>
|
150
|
+
<attribute name="index" type="int32">0</attribute>
|
151
|
+
<relationship name="tasks" type="0/0" destination="SYNCEDTASK"></relationship>
|
152
|
+
</object>
|
153
|
+
<object type="SYNCEDCALENDAR" id="z116">
|
154
|
+
<attribute name="title" type="string">FB Events</attribute>
|
155
|
+
<attribute name="systemid" type="string">5B4C573B-20AF-4432-95EB-DFE42579609D</attribute>
|
156
|
+
<attribute name="syncs" type="bool">0</attribute>
|
157
|
+
<attribute name="iseditable" type="bool">0</attribute>
|
158
|
+
<attribute name="index" type="int32">0</attribute>
|
159
|
+
<relationship name="tasks" type="0/0" destination="SYNCEDTASK"></relationship>
|
160
|
+
</object>
|
161
|
+
<object type="SYNCEDCALENDAR" id="z119">
|
162
|
+
<attribute name="title" type="string">FB Birthdays</attribute>
|
163
|
+
<attribute name="systemid" type="string">F8491475-05E7-4C44-88AE-4884A3ED61AF</attribute>
|
164
|
+
<attribute name="syncs" type="bool">0</attribute>
|
165
|
+
<attribute name="iseditable" type="bool">0</attribute>
|
166
|
+
<attribute name="index" type="int32">0</attribute>
|
167
|
+
<relationship name="tasks" type="0/0" destination="SYNCEDTASK"></relationship>
|
168
|
+
</object>
|
169
|
+
<object type="FOCUS" id="z120">
|
170
|
+
<attribute name="focustype" type="int32">1</attribute>
|
171
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
172
|
+
<attribute name="display" type="bool">1</attribute>
|
173
|
+
<attribute name="index" type="int32">0</attribute>
|
174
|
+
<attribute name="identifier" type="string">FocusInbox</attribute>
|
175
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z110"></relationship>
|
176
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
177
|
+
<relationship name="focustodos" type="0/0" destination="TODO" idrefs="z145 z153 z146 z152"></relationship>
|
178
|
+
</object>
|
179
|
+
<object type="SYNCEDCALENDAR" id="z121">
|
180
|
+
<attribute name="title" type="string">Hem</attribute>
|
181
|
+
<attribute name="systemid" type="string">BA4916AD-4891-4FEF-9A33-D0813099CC5A</attribute>
|
182
|
+
<attribute name="syncs" type="bool">0</attribute>
|
183
|
+
<attribute name="iseditable" type="bool">1</attribute>
|
184
|
+
<attribute name="index" type="int32">0</attribute>
|
185
|
+
<relationship name="tasks" type="0/0" destination="SYNCEDTASK"></relationship>
|
186
|
+
</object>
|
187
|
+
<object type="GLOBALS" id="z122">
|
188
|
+
<attribute name="applicationquitdate" type="date">259495720.56406000256538391113</attribute>
|
189
|
+
<attribute name="maintenancedate" type="date">259455601.00000000000000000000</attribute>
|
190
|
+
<attribute name="cleanupdate" type="date">259210800.00000000000000000000</attribute>
|
191
|
+
<relationship name="scheduledtodos" type="0/0" destination="TODO" idrefs="z154 z166 z186"></relationship>
|
192
|
+
</object>
|
193
|
+
<object type="FOCUS" id="z123">
|
194
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
195
|
+
<attribute name="display" type="bool">1</attribute>
|
196
|
+
<attribute name="index" type="int32">4</attribute>
|
197
|
+
<attribute name="identifier" type="string">FocusTeamworkHeading</attribute>
|
198
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
199
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
200
|
+
<relationship name="focustodos" type="0/0" destination="TODO"></relationship>
|
201
|
+
</object>
|
202
|
+
<object type="FOCUS" id="z124">
|
203
|
+
<attribute name="focustype" type="int32">65536</attribute>
|
204
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
205
|
+
<attribute name="display" type="bool">1</attribute>
|
206
|
+
<attribute name="index" type="int32">0</attribute>
|
207
|
+
<attribute name="identifier" type="string">FocusToday</attribute>
|
208
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z113"></relationship>
|
209
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
210
|
+
<relationship name="focustodos" type="0/0" destination="TODO"></relationship>
|
211
|
+
</object>
|
212
|
+
<object type="FOCUS" id="z125">
|
213
|
+
<attribute name="focustype" type="int32">33554432</attribute>
|
214
|
+
<attribute name="focuslevel" type="int16">-1</attribute>
|
215
|
+
<attribute name="display" type="bool">1</attribute>
|
216
|
+
<attribute name="index" type="int32">3</attribute>
|
217
|
+
<attribute name="identifier" type="string">FocusMaybe</attribute>
|
218
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z113"></relationship>
|
219
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
220
|
+
<relationship name="focustodos" type="0/0" destination="TODO" idrefs="z167 z169 z168 z170"></relationship>
|
221
|
+
</object>
|
222
|
+
<object type="SYNCEDCALENDAR" id="z126">
|
223
|
+
<attribute name="title" type="string">Birthdays</attribute>
|
224
|
+
<attribute name="systemid" type="string">E38F942E-4A0A-4D80-9AFD-8FCE6029278F</attribute>
|
225
|
+
<attribute name="syncs" type="bool">0</attribute>
|
226
|
+
<attribute name="iseditable" type="bool">0</attribute>
|
227
|
+
<attribute name="index" type="int32">0</attribute>
|
228
|
+
<relationship name="tasks" type="0/0" destination="SYNCEDTASK"></relationship>
|
229
|
+
</object>
|
230
|
+
<object type="FOCUS" id="z127">
|
231
|
+
<attribute name="focustype" type="int32">512</attribute>
|
232
|
+
<attribute name="focuslevel" type="int16">-1</attribute>
|
233
|
+
<attribute name="display" type="bool">1</attribute>
|
234
|
+
<attribute name="index" type="int32">6</attribute>
|
235
|
+
<attribute name="identifier" type="string">FocusLogbook</attribute>
|
236
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z128"></relationship>
|
237
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
238
|
+
<relationship name="focustodos" type="0/0" destination="TODO" idrefs="z177"></relationship>
|
239
|
+
</object>
|
240
|
+
<object type="FOCUS" id="z128">
|
241
|
+
<attribute name="compact" type="bool">0</attribute>
|
242
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
243
|
+
<attribute name="display" type="bool">1</attribute>
|
244
|
+
<attribute name="index" type="int32">6</attribute>
|
245
|
+
<attribute name="identifier" type="string">FocusArchiveHeading</attribute>
|
246
|
+
<attribute name="childrenhidden" type="bool">0</attribute>
|
247
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
248
|
+
<relationship name="children" type="0/0" destination="THING" idrefs="z138 z127"></relationship>
|
249
|
+
<relationship name="focustodos" type="0/0" destination="TODO"></relationship>
|
250
|
+
</object>
|
251
|
+
<object type="FOCUS" id="z129">
|
252
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
253
|
+
<attribute name="focuslevel" type="int16">1</attribute>
|
254
|
+
<attribute name="display" type="bool">1</attribute>
|
255
|
+
<attribute name="title" type="string">Projects</attribute>
|
256
|
+
<attribute name="index" type="int32">4</attribute>
|
257
|
+
<attribute name="identifier" type="string">FocusActivityLevel-1</attribute>
|
258
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z113"></relationship>
|
259
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
260
|
+
<relationship name="focustodos" type="0/0" destination="TODO" idrefs="z187 z154"></relationship>
|
261
|
+
</object>
|
262
|
+
<object type="SYNCEDCALENDAR" id="z130">
|
263
|
+
<attribute name="title" type="string">\u2600 Lisa</attribute>
|
264
|
+
<attribute name="systemid" type="string">94E9BA27-D0AB-4A55-9E1B-6D1E4DABF6BA</attribute>
|
265
|
+
<attribute name="syncs" type="bool">0</attribute>
|
266
|
+
<attribute name="iseditable" type="bool">1</attribute>
|
267
|
+
<attribute name="index" type="int32">0</attribute>
|
268
|
+
<relationship name="tasks" type="0/0" destination="SYNCEDTASK"></relationship>
|
269
|
+
</object>
|
270
|
+
<object type="FOCUS" id="z131">
|
271
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
272
|
+
<attribute name="display" type="bool">1</attribute>
|
273
|
+
<attribute name="index" type="int32">0</attribute>
|
274
|
+
<attribute name="identifier" type="string">FocusVerticalSpace</attribute>
|
275
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
276
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
277
|
+
<relationship name="focustodos" type="0/0" destination="TODO"></relationship>
|
278
|
+
</object>
|
279
|
+
<object type="SYNCEDCALENDAR" id="z132">
|
280
|
+
<attribute name="title" type="string">Lisas Jobb</attribute>
|
281
|
+
<attribute name="systemid" type="string">37BFC803-D3EF-4BEC-88A1-006F800C34A2</attribute>
|
282
|
+
<attribute name="syncs" type="bool">0</attribute>
|
283
|
+
<attribute name="iseditable" type="bool">1</attribute>
|
284
|
+
<attribute name="index" type="int32">0</attribute>
|
285
|
+
<relationship name="tasks" type="0/0" destination="SYNCEDTASK"></relationship>
|
286
|
+
</object>
|
287
|
+
<object type="SYNCEDCALENDAR" id="z133">
|
288
|
+
<attribute name="title" type="string">Jobb</attribute>
|
289
|
+
<attribute name="systemid" type="string">9FB2370A-FDDD-4B79-B585-9A3DEBDAEF34</attribute>
|
290
|
+
<attribute name="syncs" type="bool">0</attribute>
|
291
|
+
<attribute name="iseditable" type="bool">1</attribute>
|
292
|
+
<attribute name="index" type="int32">0</attribute>
|
293
|
+
<relationship name="tasks" type="0/0" destination="SYNCEDTASK"></relationship>
|
294
|
+
</object>
|
295
|
+
<object type="SYNCEDCALENDAR" id="z135">
|
296
|
+
<attribute name="title" type="string">Twistory</attribute>
|
297
|
+
<attribute name="systemid" type="string">DD5186D6-F761-43B0-9BA1-DAE0058EBC10</attribute>
|
298
|
+
<attribute name="syncs" type="bool">0</attribute>
|
299
|
+
<attribute name="iseditable" type="bool">0</attribute>
|
300
|
+
<attribute name="index" type="int32">0</attribute>
|
301
|
+
<relationship name="tasks" type="0/0" destination="SYNCEDTASK"></relationship>
|
302
|
+
</object>
|
303
|
+
<object type="SYNCEDCALENDAR" id="z136">
|
304
|
+
<attribute name="title" type="string">CocoaHeads</attribute>
|
305
|
+
<attribute name="systemid" type="string">6454C6DF-C1B7-4312-9814-1E318C7BE696</attribute>
|
306
|
+
<attribute name="syncs" type="bool">0</attribute>
|
307
|
+
<attribute name="iseditable" type="bool">0</attribute>
|
308
|
+
<attribute name="index" type="int32">0</attribute>
|
309
|
+
<relationship name="tasks" type="0/0" destination="SYNCEDTASK"></relationship>
|
310
|
+
</object>
|
311
|
+
<object type="FOCUS" id="z138">
|
312
|
+
<attribute name="focustype" type="int32">256</attribute>
|
313
|
+
<attribute name="focuslevel" type="int16">-1</attribute>
|
314
|
+
<attribute name="display" type="bool">1</attribute>
|
315
|
+
<attribute name="index" type="int32">7</attribute>
|
316
|
+
<attribute name="identifier" type="string">FocusTrash</attribute>
|
317
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z128"></relationship>
|
318
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
319
|
+
<relationship name="focustodos" type="0/0" destination="TODO" idrefs="z184 z164 z183"></relationship>
|
320
|
+
</object>
|
321
|
+
<object type="SYNCEDCALENDAR" id="z140">
|
322
|
+
<attribute name="title" type="string">Fest</attribute>
|
323
|
+
<attribute name="systemid" type="string">F0D538DB-6F4D-4A52-A925-D54BEB47A487</attribute>
|
324
|
+
<attribute name="syncs" type="bool">0</attribute>
|
325
|
+
<attribute name="iseditable" type="bool">1</attribute>
|
326
|
+
<attribute name="index" type="int32">0</attribute>
|
327
|
+
<relationship name="tasks" type="0/0" destination="SYNCEDTASK"></relationship>
|
328
|
+
</object>
|
329
|
+
<object type="FOCUS" id="z141">
|
330
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
331
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
332
|
+
<attribute name="display" type="bool">1</attribute>
|
333
|
+
<attribute name="index" type="int32">1</attribute>
|
334
|
+
<attribute name="identifier" type="string">FocusNextActions</attribute>
|
335
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z113"></relationship>
|
336
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
337
|
+
<relationship name="focustodos" type="0/0" destination="TODO" idrefs="z157 z161 z156 z160 z188 z163 z174 z186 z175 z162 z176 z165 z189 z158 z172 z173 z171 z159 z185"></relationship>
|
338
|
+
</object>
|
339
|
+
<object type="FOCUS" id="z142">
|
340
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
341
|
+
<attribute name="focuslevel" type="int16">2</attribute>
|
342
|
+
<attribute name="display" type="bool">1</attribute>
|
343
|
+
<attribute name="title" type="string">Areas</attribute>
|
344
|
+
<attribute name="index" type="int32">2</attribute>
|
345
|
+
<attribute name="identifier" type="string">FocusActivityLevel-2</attribute>
|
346
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z114"></relationship>
|
347
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
348
|
+
<relationship name="focustodos" type="0/0" destination="TODO" idrefs="z155"></relationship>
|
349
|
+
</object>
|
350
|
+
<object type="FOCUS" id="z143">
|
351
|
+
<attribute name="childrenhidden" type="bool">0</attribute>
|
352
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
353
|
+
<attribute name="display" type="bool">1</attribute>
|
354
|
+
<attribute name="index" type="int32">3</attribute>
|
355
|
+
<attribute name="identifier" type="string">FocusAreasHeading</attribute>
|
356
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
357
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
358
|
+
<relationship name="focustodos" type="0/0" destination="TODO"></relationship>
|
359
|
+
</object>
|
360
|
+
<object type="TODO" id="z145">
|
361
|
+
<attribute name="focustype" type="int32">1</attribute>
|
362
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
363
|
+
<attribute name="datemodified" type="date">259257125.71128600835800170898</attribute>
|
364
|
+
<attribute name="datecreated" type="date">259257111.02038100361824035645</attribute>
|
365
|
+
<attribute name="title" type="string">inbox item</attribute>
|
366
|
+
<attribute name="index" type="int32">3</attribute>
|
367
|
+
<attribute name="identifier" type="string">C0A98B4E-3F41-4A7B-A023-8E551E47136C</attribute>
|
368
|
+
<attribute name="compact" type="bool">1</attribute>
|
369
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
370
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
371
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
372
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z120"></relationship>
|
373
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
374
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
375
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
376
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
377
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
378
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
379
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
380
|
+
</object>
|
381
|
+
<object type="TODO" id="z146">
|
382
|
+
<attribute name="focustype" type="int32">1</attribute>
|
383
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
384
|
+
<attribute name="datemodified" type="date">259257180.21541500091552734375</attribute>
|
385
|
+
<attribute name="datecreated" type="date">259257119.04911699891090393066</attribute>
|
386
|
+
<attribute name="title" type="string">inbox item with tags</attribute>
|
387
|
+
<attribute name="index" type="int32">2</attribute>
|
388
|
+
<attribute name="identifier" type="string">C8A9BBF8-BF3C-48A6-A55C-5F43DDA1736D</attribute>
|
389
|
+
<attribute name="compact" type="bool">1</attribute>
|
390
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
391
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
392
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
393
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z120"></relationship>
|
394
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
395
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
396
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
397
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
398
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
399
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z150 z147"></relationship>
|
400
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
401
|
+
</object>
|
402
|
+
<object type="TAG" id="z147">
|
403
|
+
<attribute name="dateused" type="date">259287229.60774499177932739258</attribute>
|
404
|
+
<attribute name="type" type="int32">0</attribute>
|
405
|
+
<attribute name="shortcut" type="string">m</attribute>
|
406
|
+
<attribute name="title" type="string">Email</attribute>
|
407
|
+
<attribute name="index" type="int32">1</attribute>
|
408
|
+
<attribute name="identifier" type="string">22AB6DA3-4248-4CB1-9475-5944B8729412</attribute>
|
409
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z149"></relationship>
|
410
|
+
<relationship name="record" type="1/1" destination="RECORD"></relationship>
|
411
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
412
|
+
<relationship name="notes" type="0/0" destination="NOTE" idrefs="z146 z159 z170"></relationship>
|
413
|
+
</object>
|
414
|
+
<object type="TAG" id="z148">
|
415
|
+
<attribute name="dateused" type="date">259456952.88088399171829223633</attribute>
|
416
|
+
<attribute name="type" type="int32">0</attribute>
|
417
|
+
<attribute name="shortcut" type="string">e</attribute>
|
418
|
+
<attribute name="title" type="string">Errand</attribute>
|
419
|
+
<attribute name="index" type="int32">3</attribute>
|
420
|
+
<attribute name="identifier" type="string">CC-Things-Tag-Errand</attribute>
|
421
|
+
<attribute name="compact" type="bool">0</attribute>
|
422
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
423
|
+
<relationship name="record" type="1/1" destination="RECORD"></relationship>
|
424
|
+
<relationship name="children" type="0/0" destination="THING" idrefs="z151"></relationship>
|
425
|
+
<relationship name="notes" type="0/0" destination="NOTE" idrefs="z161 z173 z162 z160 z186"></relationship>
|
426
|
+
</object>
|
427
|
+
<object type="TAG" id="z149">
|
428
|
+
<attribute name="type" type="int32">0</attribute>
|
429
|
+
<attribute name="shortcut" type="string">w</attribute>
|
430
|
+
<attribute name="title" type="string">Work</attribute>
|
431
|
+
<attribute name="index" type="int32">0</attribute>
|
432
|
+
<attribute name="identifier" type="string">CC-Things-Tag-Work</attribute>
|
433
|
+
<attribute name="compact" type="bool">0</attribute>
|
434
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
435
|
+
<relationship name="record" type="1/1" destination="RECORD"></relationship>
|
436
|
+
<relationship name="children" type="0/0" destination="THING" idrefs="z147"></relationship>
|
437
|
+
<relationship name="notes" type="0/0" destination="NOTE"></relationship>
|
438
|
+
</object>
|
439
|
+
<object type="TAG" id="z150">
|
440
|
+
<attribute name="dateused" type="date">259456937.73148599267005920410</attribute>
|
441
|
+
<attribute name="type" type="int32">0</attribute>
|
442
|
+
<attribute name="shortcut" type="string">h</attribute>
|
443
|
+
<attribute name="title" type="string">Home</attribute>
|
444
|
+
<attribute name="index" type="int32">2</attribute>
|
445
|
+
<attribute name="identifier" type="string">CC-Things-Tag-Home</attribute>
|
446
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
447
|
+
<relationship name="record" type="1/1" destination="RECORD"></relationship>
|
448
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
449
|
+
<relationship name="notes" type="0/0" destination="NOTE" idrefs="z156 z154 z165 z172 z163 z146 z185"></relationship>
|
450
|
+
</object>
|
451
|
+
<object type="TAG" id="z151">
|
452
|
+
<attribute name="dateused" type="date">259456119.53935000300407409668</attribute>
|
453
|
+
<attribute name="type" type="int32">0</attribute>
|
454
|
+
<attribute name="shortcut" type="string">c</attribute>
|
455
|
+
<attribute name="title" type="string">City</attribute>
|
456
|
+
<attribute name="index" type="int32">4</attribute>
|
457
|
+
<attribute name="identifier" type="string">989A2020-4EC3-491A-9AE9-01EAD4E5F39C</attribute>
|
458
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z148"></relationship>
|
459
|
+
<relationship name="record" type="1/1" destination="RECORD"></relationship>
|
460
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
461
|
+
<relationship name="notes" type="0/0" destination="NOTE" idrefs="z153 z172 z167"></relationship>
|
462
|
+
</object>
|
463
|
+
<object type="TODO" id="z152">
|
464
|
+
<attribute name="status" type="int32">3</attribute>
|
465
|
+
<attribute name="datecompleted" type="date">259257205.15052399039268493652</attribute>
|
466
|
+
<attribute name="content" type="string">\u3c00note xml:space="preserve"\u3e00these are notes. foo bar baz\u3c00/note\u3e00</attribute>
|
467
|
+
<attribute name="datemodified" type="date">259257214.81306201219558715820</attribute>
|
468
|
+
<attribute name="title" type="string">complete inbox item with notes</attribute>
|
469
|
+
<attribute name="focustype" type="int32">1</attribute>
|
470
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
471
|
+
<attribute name="datecreated" type="date">259257194.36122700572013854980</attribute>
|
472
|
+
<attribute name="index" type="int32">0</attribute>
|
473
|
+
<attribute name="identifier" type="string">BFF0E764-97DF-4515-879F-544C0360C087</attribute>
|
474
|
+
<attribute name="compact" type="bool">1</attribute>
|
475
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
476
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
477
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
478
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z120"></relationship>
|
479
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
480
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
481
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
482
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
483
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
484
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
485
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
486
|
+
</object>
|
487
|
+
<object type="TODO" id="z153">
|
488
|
+
<attribute name="status" type="int32">3</attribute>
|
489
|
+
<attribute name="datecompleted" type="date">259257194.35387301445007324219</attribute>
|
490
|
+
<attribute name="focustype" type="int32">1</attribute>
|
491
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
492
|
+
<attribute name="datemodified" type="date">259257194.35729598999023437500</attribute>
|
493
|
+
<attribute name="datecreated" type="date">259257180.98606699705123901367</attribute>
|
494
|
+
<attribute name="title" type="string">complete inbox item with tags</attribute>
|
495
|
+
<attribute name="index" type="int32">1</attribute>
|
496
|
+
<attribute name="identifier" type="string">4DA15B81-B04C-476A-B1EC-EF439D71B053</attribute>
|
497
|
+
<attribute name="compact" type="bool">1</attribute>
|
498
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
499
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
500
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
501
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z120"></relationship>
|
502
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
503
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
504
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
505
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
506
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
507
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z151"></relationship>
|
508
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
509
|
+
</object>
|
510
|
+
<object type="TODO" id="z154">
|
511
|
+
<attribute name="status" type="int32">0</attribute>
|
512
|
+
<attribute name="datedue" type="date">462232800.00000000000000000000</attribute>
|
513
|
+
<attribute name="content" type="string">\u3c00note xml:space="preserve"\u3e00I'm hungry\u3c00/note\u3e00</attribute>
|
514
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
515
|
+
<attribute name="focuslevel" type="int16">1</attribute>
|
516
|
+
<attribute name="datemodified" type="date">259452105.16014200448989868164</attribute>
|
517
|
+
<attribute name="datecreated" type="date">259257733.72509700059890747070</attribute>
|
518
|
+
<attribute name="title" type="string">Make dinner</attribute>
|
519
|
+
<attribute name="index" type="int32">1</attribute>
|
520
|
+
<attribute name="identifier" type="string">69AC6796-91B5-46F4-9520-0220C5668719</attribute>
|
521
|
+
<attribute name="compact" type="bool">0</attribute>
|
522
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
523
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
524
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
525
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z129"></relationship>
|
526
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
527
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
528
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS" idrefs="z122"></relationship>
|
529
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
530
|
+
<relationship name="children" type="0/0" destination="THING" idrefs="z163 z161 z160 z157 z159 z156 z165 z158 z162"></relationship>
|
531
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z150"></relationship>
|
532
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
533
|
+
</object>
|
534
|
+
<object type="TODO" id="z155">
|
535
|
+
<attribute name="status" type="int32">0</attribute>
|
536
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
537
|
+
<attribute name="focuslevel" type="int16">2</attribute>
|
538
|
+
<attribute name="datecreated" type="date">259257722.50679600238800048828</attribute>
|
539
|
+
<attribute name="title" type="string">Personal</attribute>
|
540
|
+
<attribute name="index" type="int32">0</attribute>
|
541
|
+
<attribute name="identifier" type="string">1E10A695-4A23-4431-A170-1A4E1BDA825C</attribute>
|
542
|
+
<attribute name="compact" type="bool">1</attribute>
|
543
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
544
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
545
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
546
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z142"></relationship>
|
547
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
548
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
549
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
550
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
551
|
+
<relationship name="children" type="0/0" destination="THING" idrefs="z187 z186 z185"></relationship>
|
552
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
553
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
554
|
+
</object>
|
555
|
+
<object type="TODO" id="z156">
|
556
|
+
<attribute name="status" type="int32">3</attribute>
|
557
|
+
<attribute name="datecompleted" type="date">259257826.59050700068473815918</attribute>
|
558
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
559
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
560
|
+
<attribute name="datemodified" type="date">259257842.92905598878860473633</attribute>
|
561
|
+
<attribute name="datecreated" type="date">259257770.93549999594688415527</attribute>
|
562
|
+
<attribute name="title" type="string">get hungry</attribute>
|
563
|
+
<attribute name="index" type="int32">0</attribute>
|
564
|
+
<attribute name="identifier" type="string">CAED6AAA-31CB-478F-9E46-2F98BFE2B54A</attribute>
|
565
|
+
<attribute name="compact" type="bool">1</attribute>
|
566
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z154"></relationship>
|
567
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
568
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
569
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
570
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
571
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
572
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
573
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
574
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
575
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z150"></relationship>
|
576
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
577
|
+
</object>
|
578
|
+
<object type="TODO" id="z157">
|
579
|
+
<attribute name="status" type="int32">3</attribute>
|
580
|
+
<attribute name="datecompleted" type="date">259257853.19638499617576599121</attribute>
|
581
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
582
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
583
|
+
<attribute name="datemodified" type="date">259257788.60381299257278442383</attribute>
|
584
|
+
<attribute name="datecreated" type="date">259257780.77840301394462585449</attribute>
|
585
|
+
<attribute name="title" type="string">decide what to eat</attribute>
|
586
|
+
<attribute name="index" type="int32">1</attribute>
|
587
|
+
<attribute name="identifier" type="string">1DA845DA-F6DE-4662-9291-6F1482BFA1E9</attribute>
|
588
|
+
<attribute name="compact" type="bool">1</attribute>
|
589
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z154"></relationship>
|
590
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
591
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
592
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
593
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
594
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
595
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
596
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
597
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
598
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
599
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
600
|
+
</object>
|
601
|
+
<object type="TODO" id="z158">
|
602
|
+
<attribute name="status" type="int32">3</attribute>
|
603
|
+
<attribute name="datecompleted" type="date">259257853.85223099589347839355</attribute>
|
604
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
605
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
606
|
+
<attribute name="datemodified" type="date">259257797.95450499653816223145</attribute>
|
607
|
+
<attribute name="datecreated" type="date">259257789.06503099203109741211</attribute>
|
608
|
+
<attribute name="title" type="string">call foo</attribute>
|
609
|
+
<attribute name="index" type="int32">2</attribute>
|
610
|
+
<attribute name="identifier" type="string">37093A8C-2976-4BC1-8DD1-B398AE5C3EA9</attribute>
|
611
|
+
<attribute name="compact" type="bool">1</attribute>
|
612
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z154"></relationship>
|
613
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
614
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
615
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
616
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
617
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
618
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
619
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
620
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
621
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
622
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
623
|
+
</object>
|
624
|
+
<object type="TODO" id="z159">
|
625
|
+
<attribute name="status" type="int32">0</attribute>
|
626
|
+
<attribute name="todayoffset" type="float">5</attribute>
|
627
|
+
<attribute name="focustype" type="int32">65536</attribute>
|
628
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
629
|
+
<attribute name="datemodified" type="date">259287229.61027300357818603516</attribute>
|
630
|
+
<attribute name="datecreated" type="date">259257798.34121200442314147949</attribute>
|
631
|
+
<attribute name="title" type="string">email bar</attribute>
|
632
|
+
<attribute name="index" type="int32">3</attribute>
|
633
|
+
<attribute name="identifier" type="string">7ABFCA49-ECD1-4FC5-B01D-79D4361681D5</attribute>
|
634
|
+
<attribute name="compact" type="bool">1</attribute>
|
635
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z154"></relationship>
|
636
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
637
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
638
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
639
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
640
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
641
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
642
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
643
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
644
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z147"></relationship>
|
645
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
646
|
+
</object>
|
647
|
+
<object type="TODO" id="z160">
|
648
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
649
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
650
|
+
<attribute name="datemodified" type="date">259257808.35365000367164611816</attribute>
|
651
|
+
<attribute name="datecreated" type="date">259257801.89128598570823669434</attribute>
|
652
|
+
<attribute name="title" type="string">meet them in store</attribute>
|
653
|
+
<attribute name="index" type="int32">4</attribute>
|
654
|
+
<attribute name="identifier" type="string">FE0A4B03-0278-44B8-9D06-98B069E38462</attribute>
|
655
|
+
<attribute name="compact" type="bool">1</attribute>
|
656
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z154"></relationship>
|
657
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
658
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
659
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
660
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
661
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
662
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
663
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
664
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
665
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z148"></relationship>
|
666
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
667
|
+
</object>
|
668
|
+
<object type="TODO" id="z161">
|
669
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
670
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
671
|
+
<attribute name="datemodified" type="date">259257816.39263200759887695312</attribute>
|
672
|
+
<attribute name="datecreated" type="date">259257808.84115499258041381836</attribute>
|
673
|
+
<attribute name="title" type="string">buy cream</attribute>
|
674
|
+
<attribute name="index" type="int32">5</attribute>
|
675
|
+
<attribute name="identifier" type="string">6C4E586F-8B2F-4768-B3D8-DC42483D86F3</attribute>
|
676
|
+
<attribute name="compact" type="bool">1</attribute>
|
677
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z154"></relationship>
|
678
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
679
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
680
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
681
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
682
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
683
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
684
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
685
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
686
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z148"></relationship>
|
687
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
688
|
+
</object>
|
689
|
+
<object type="TODO" id="z162">
|
690
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
691
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
692
|
+
<attribute name="datemodified" type="date">259257820.91711801290512084961</attribute>
|
693
|
+
<attribute name="datecreated" type="date">259257816.69120600819587707520</attribute>
|
694
|
+
<attribute name="title" type="string">buy mustard</attribute>
|
695
|
+
<attribute name="index" type="int32">6</attribute>
|
696
|
+
<attribute name="identifier" type="string">4F204606-9635-490B-99CA-7F618CF7C775</attribute>
|
697
|
+
<attribute name="compact" type="bool">1</attribute>
|
698
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z154"></relationship>
|
699
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
700
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
701
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
702
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
703
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
704
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
705
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
706
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
707
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z148"></relationship>
|
708
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
709
|
+
</object>
|
710
|
+
<object type="TODO" id="z163">
|
711
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
712
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
713
|
+
<attribute name="datemodified" type="date">259257822.81700900197029113770</attribute>
|
714
|
+
<attribute name="datecreated" type="date">259257821.25337100028991699219</attribute>
|
715
|
+
<attribute name="title" type="string">eat</attribute>
|
716
|
+
<attribute name="index" type="int32">8</attribute>
|
717
|
+
<attribute name="identifier" type="string">982106E4-9565-4CE2-ADE2-AC859517EBA0</attribute>
|
718
|
+
<attribute name="compact" type="bool">1</attribute>
|
719
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z154"></relationship>
|
720
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
721
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
722
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
723
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
724
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
725
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
726
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
727
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
728
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z150"></relationship>
|
729
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
730
|
+
</object>
|
731
|
+
<object type="TODO" id="z164">
|
732
|
+
<attribute name="focustype" type="int32">256</attribute>
|
733
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
734
|
+
<attribute name="datemodified" type="date">259257844.42136698961257934570</attribute>
|
735
|
+
<attribute name="datecreated" type="date">259257843.58903801441192626953</attribute>
|
736
|
+
<attribute name="title" type="string">New To Do</attribute>
|
737
|
+
<attribute name="index" type="int32">2</attribute>
|
738
|
+
<attribute name="identifier" type="string">DF7B2EAC-151A-4602-9855-D8F31B868A84</attribute>
|
739
|
+
<attribute name="compact" type="bool">1</attribute>
|
740
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
741
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
742
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
743
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z138"></relationship>
|
744
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
745
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
746
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
747
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
748
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
749
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
750
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
751
|
+
</object>
|
752
|
+
<object type="TODO" id="z165">
|
753
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
754
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
755
|
+
<attribute name="datemodified" type="date">259257881.49450901150703430176</attribute>
|
756
|
+
<attribute name="datecreated" type="date">259257880.37886801362037658691</attribute>
|
757
|
+
<attribute name="title" type="string">cook</attribute>
|
758
|
+
<attribute name="index" type="int32">7</attribute>
|
759
|
+
<attribute name="identifier" type="string">F4D1A6FF-96C8-453C-A6DC-9B8BC66D72BB</attribute>
|
760
|
+
<attribute name="compact" type="bool">1</attribute>
|
761
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z154"></relationship>
|
762
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
763
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
764
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
765
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
766
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
767
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
768
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
769
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
770
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z150"></relationship>
|
771
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
772
|
+
</object>
|
773
|
+
<object type="TODO" id="z166">
|
774
|
+
<attribute name="todayoffset" type="float">0</attribute>
|
775
|
+
<attribute name="tickledate" type="date">574729200.00000000000000000000</attribute>
|
776
|
+
<attribute name="focustype" type="int32">16842752</attribute>
|
777
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
778
|
+
<attribute name="datemodified" type="date">259257949.14319398999214172363</attribute>
|
779
|
+
<attribute name="datecreated" type="date">259257918.08421099185943603516</attribute>
|
780
|
+
<attribute name="title" type="string">a scheduled item</attribute>
|
781
|
+
<attribute name="index" type="int32">0</attribute>
|
782
|
+
<attribute name="identifier" type="string">FC8CECD8-E668-455B-9BB5-581C1EC5E667</attribute>
|
783
|
+
<attribute name="compact" type="bool">1</attribute>
|
784
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
785
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
786
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
787
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z107"></relationship>
|
788
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
789
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
790
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS" idrefs="z122"></relationship>
|
791
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
792
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
793
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
794
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
795
|
+
</object>
|
796
|
+
<object type="TODO" id="z167">
|
797
|
+
<attribute name="focustype" type="int32">33554432</attribute>
|
798
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
799
|
+
<attribute name="datemodified" type="date">259258255.74868598580360412598</attribute>
|
800
|
+
<attribute name="datecreated" type="date">259257951.96451300382614135742</attribute>
|
801
|
+
<attribute name="title" type="string">someday i might find time to do this</attribute>
|
802
|
+
<attribute name="index" type="int32">3</attribute>
|
803
|
+
<attribute name="identifier" type="string">FC6E7BDF-3369-475F-833C-E67F42FD82DC</attribute>
|
804
|
+
<attribute name="compact" type="bool">1</attribute>
|
805
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
806
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
807
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
808
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z125"></relationship>
|
809
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
810
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
811
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
812
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
813
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
814
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z151"></relationship>
|
815
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
816
|
+
</object>
|
817
|
+
<object type="TODO" id="z168">
|
818
|
+
<attribute name="focustype" type="int32">33554432</attribute>
|
819
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
820
|
+
<attribute name="datemodified" type="date">259258266.62234500050544738770</attribute>
|
821
|
+
<attribute name="datecreated" type="date">259257957.07730299234390258789</attribute>
|
822
|
+
<attribute name="title" type="string">another day i want to</attribute>
|
823
|
+
<attribute name="index" type="int32">2</attribute>
|
824
|
+
<attribute name="identifier" type="string">941D5440-BB34-4B24-8BCC-294E380AC415</attribute>
|
825
|
+
<attribute name="compact" type="bool">1</attribute>
|
826
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
827
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
828
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
829
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z125"></relationship>
|
830
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
831
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
832
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
833
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
834
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
835
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
836
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
837
|
+
</object>
|
838
|
+
<object type="TODO" id="z169">
|
839
|
+
<attribute name="focustype" type="int32">33554432</attribute>
|
840
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
841
|
+
<attribute name="datemodified" type="date">259258247.70903301239013671875</attribute>
|
842
|
+
<attribute name="datecreated" type="date">259257963.89090299606323242188</attribute>
|
843
|
+
<attribute name="title" type="string">and this might be fun...someday/maybe</attribute>
|
844
|
+
<attribute name="index" type="int32">1</attribute>
|
845
|
+
<attribute name="identifier" type="string">68B5F727-A9C3-4165-8CB1-CB7EA88671BB</attribute>
|
846
|
+
<attribute name="compact" type="bool">1</attribute>
|
847
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
848
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
849
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
850
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z125"></relationship>
|
851
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
852
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
853
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
854
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
855
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
856
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
857
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
858
|
+
</object>
|
859
|
+
<object type="TODO" id="z170">
|
860
|
+
<attribute name="status" type="int32">3</attribute>
|
861
|
+
<attribute name="datecompleted" type="date">259257990.02229601144790649414</attribute>
|
862
|
+
<attribute name="focustype" type="int32">33554432</attribute>
|
863
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
864
|
+
<attribute name="datemodified" type="date">259257988.36948600411415100098</attribute>
|
865
|
+
<attribute name="datecreated" type="date">259257975.97810700535774230957</attribute>
|
866
|
+
<attribute name="title" type="string">someday i did this</attribute>
|
867
|
+
<attribute name="index" type="int32">0</attribute>
|
868
|
+
<attribute name="identifier" type="string">0074349D-FE71-4DC9-8FFE-091261734AB2</attribute>
|
869
|
+
<attribute name="compact" type="bool">1</attribute>
|
870
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
871
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
872
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
873
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z125"></relationship>
|
874
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
875
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
876
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
877
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
878
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
879
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z147"></relationship>
|
880
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
881
|
+
</object>
|
882
|
+
<object type="TODO" id="z171">
|
883
|
+
<attribute name="status" type="int32">0</attribute>
|
884
|
+
<attribute name="todayoffset" type="float">6</attribute>
|
885
|
+
<attribute name="focustype" type="int32">65536</attribute>
|
886
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
887
|
+
<attribute name="datemodified" type="date">259284444.24546098709106445312</attribute>
|
888
|
+
<attribute name="datecreated" type="date">259258000.56638500094413757324</attribute>
|
889
|
+
<attribute name="title" type="string">today item</attribute>
|
890
|
+
<attribute name="index" type="int32">7</attribute>
|
891
|
+
<attribute name="identifier" type="string">6FC0B919-D07E-4448-8BE5-93AA6978865A</attribute>
|
892
|
+
<attribute name="compact" type="bool">1</attribute>
|
893
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
894
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
895
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
896
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
897
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
898
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
899
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
900
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
901
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
902
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
903
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
904
|
+
</object>
|
905
|
+
<object type="TODO" id="z172">
|
906
|
+
<attribute name="status" type="int32">0</attribute>
|
907
|
+
<attribute name="todayoffset" type="float">4</attribute>
|
908
|
+
<attribute name="focustype" type="int32">65536</attribute>
|
909
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
910
|
+
<attribute name="datemodified" type="date">259456119.54405900835990905762</attribute>
|
911
|
+
<attribute name="datecreated" type="date">259258007.17809200286865234375</attribute>
|
912
|
+
<attribute name="title" type="string">today item with multiple tags</attribute>
|
913
|
+
<attribute name="index" type="int32">6</attribute>
|
914
|
+
<attribute name="identifier" type="string">103E3426-90C3-4EE5-A901-E80B8680374E</attribute>
|
915
|
+
<attribute name="compact" type="bool">1</attribute>
|
916
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
917
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
918
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
919
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
920
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
921
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
922
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
923
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
924
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
925
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z150 z151"></relationship>
|
926
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
927
|
+
</object>
|
928
|
+
<object type="TODO" id="z173">
|
929
|
+
<attribute name="status" type="int32">3</attribute>
|
930
|
+
<attribute name="datecompleted" type="date">259258100.84093499183654785156</attribute>
|
931
|
+
<attribute name="todayoffset" type="float">3</attribute>
|
932
|
+
<attribute name="focustype" type="int32">65536</attribute>
|
933
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
934
|
+
<attribute name="datemodified" type="date">259284434.98407700657844543457</attribute>
|
935
|
+
<attribute name="datecreated" type="date">259258009.52748399972915649414</attribute>
|
936
|
+
<attribute name="title" type="string">complete today item with a tag</attribute>
|
937
|
+
<attribute name="index" type="int32">5</attribute>
|
938
|
+
<attribute name="identifier" type="string">8909389F-B645-4DEF-8181-37B0A5EC92F4</attribute>
|
939
|
+
<attribute name="compact" type="bool">1</attribute>
|
940
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
941
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
942
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
943
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
944
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
945
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
946
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
947
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
948
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
949
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z148"></relationship>
|
950
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
951
|
+
</object>
|
952
|
+
<object type="TODO" id="z174">
|
953
|
+
<attribute name="status" type="int32">3</attribute>
|
954
|
+
<attribute name="datecompleted" type="date">259258101.33345100283622741699</attribute>
|
955
|
+
<attribute name="content" type="string">\u3c00note xml:space="preserve"\u3e00these are notes: lorem ipsum foo bar baz\u3c00/note\u3e00</attribute>
|
956
|
+
<attribute name="todayoffset" type="float">2</attribute>
|
957
|
+
<attribute name="focustype" type="int32">65536</attribute>
|
958
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
959
|
+
<attribute name="datemodified" type="date">259284432.56689798831939697266</attribute>
|
960
|
+
<attribute name="datecreated" type="date">259258015.81557801365852355957</attribute>
|
961
|
+
<attribute name="title" type="string">complete today item with notes</attribute>
|
962
|
+
<attribute name="index" type="int32">4</attribute>
|
963
|
+
<attribute name="identifier" type="string">6EFEA245-CA3C-4EE5-99D4-A53295688CB9</attribute>
|
964
|
+
<attribute name="compact" type="bool">1</attribute>
|
965
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
966
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
967
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
968
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
969
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
970
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
971
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
972
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
973
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
974
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
975
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
976
|
+
</object>
|
977
|
+
<object type="TODO" id="z175">
|
978
|
+
<attribute name="status" type="int32">0</attribute>
|
979
|
+
<attribute name="content" type="string">\u3c00note xml:space="preserve"\u3e00hello world foo bar bazable\u3c00/note\u3e00</attribute>
|
980
|
+
<attribute name="todayoffset" type="float">1</attribute>
|
981
|
+
<attribute name="focustype" type="int32">65536</attribute>
|
982
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
983
|
+
<attribute name="datemodified" type="date">259284429.53385201096534729004</attribute>
|
984
|
+
<attribute name="datecreated" type="date">259258021.76599699258804321289</attribute>
|
985
|
+
<attribute name="title" type="string">today item with notes</attribute>
|
986
|
+
<attribute name="index" type="int32">3</attribute>
|
987
|
+
<attribute name="identifier" type="string">3CAA9166-697B-4DA2-B9FD-9DD5B65B7AAE</attribute>
|
988
|
+
<attribute name="compact" type="bool">1</attribute>
|
989
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
990
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
991
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
992
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
993
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
994
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
995
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
996
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
997
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
998
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
999
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1000
|
+
</object>
|
1001
|
+
<object type="TODO" id="z176">
|
1002
|
+
<attribute name="status" type="int32">3</attribute>
|
1003
|
+
<attribute name="datecompleted" type="date">259258123.94329300522804260254</attribute>
|
1004
|
+
<attribute name="todayoffset" type="float">0</attribute>
|
1005
|
+
<attribute name="focustype" type="int32">65536</attribute>
|
1006
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
1007
|
+
<attribute name="datemodified" type="date">259284425.72727099061012268066</attribute>
|
1008
|
+
<attribute name="datecreated" type="date">259258030.56705099344253540039</attribute>
|
1009
|
+
<attribute name="title" type="string">complete today item</attribute>
|
1010
|
+
<attribute name="index" type="int32">2</attribute>
|
1011
|
+
<attribute name="identifier" type="string">66007194-4BAC-4ADF-8344-80F4D18CC531</attribute>
|
1012
|
+
<attribute name="compact" type="bool">1</attribute>
|
1013
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
1014
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1015
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1016
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
1017
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1018
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1019
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1020
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1021
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
1022
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
1023
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1024
|
+
</object>
|
1025
|
+
<object type="TODO" id="z177">
|
1026
|
+
<attribute name="status" type="int32">3</attribute>
|
1027
|
+
<attribute name="datecompleted" type="date">259258181.32747399806976318359</attribute>
|
1028
|
+
<attribute name="content" type="string">\u3c00note xml:space="preserve"\u3e00with notes!
|
1029
|
+
\u3c00/note\u3e00</attribute>
|
1030
|
+
<attribute name="focustype" type="int32">512</attribute>
|
1031
|
+
<attribute name="focuslevel" type="int16">1</attribute>
|
1032
|
+
<attribute name="datemodified" type="date">259258168.69164198637008666992</attribute>
|
1033
|
+
<attribute name="datecreated" type="date">259258134.25646299123764038086</attribute>
|
1034
|
+
<attribute name="title" type="string">A completed project</attribute>
|
1035
|
+
<attribute name="index" type="int32">0</attribute>
|
1036
|
+
<attribute name="identifier" type="string">B12E7281-D48C-4736-B7E9-FC349A8FE249</attribute>
|
1037
|
+
<attribute name="compact" type="bool">1</attribute>
|
1038
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
1039
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1040
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1041
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z127"></relationship>
|
1042
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1043
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1044
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1045
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1046
|
+
<relationship name="children" type="0/0" destination="THING" idrefs="z181 z179 z180 z178 z182"></relationship>
|
1047
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
1048
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1049
|
+
</object>
|
1050
|
+
<object type="TODO" id="z178">
|
1051
|
+
<attribute name="status" type="int32">3</attribute>
|
1052
|
+
<attribute name="datecompleted" type="date">259258181.32706999778747558594</attribute>
|
1053
|
+
<attribute name="focustype" type="int32">512</attribute>
|
1054
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
1055
|
+
<attribute name="datemodified" type="date">259258162.55503100156784057617</attribute>
|
1056
|
+
<attribute name="datecreated" type="date">259258157.47920399904251098633</attribute>
|
1057
|
+
<attribute name="title" type="string">do foo</attribute>
|
1058
|
+
<attribute name="index" type="int32">0</attribute>
|
1059
|
+
<attribute name="identifier" type="string">F29D8C9D-DFE2-44E5-BC9A-5E2C526FF58A</attribute>
|
1060
|
+
<attribute name="compact" type="bool">1</attribute>
|
1061
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z177"></relationship>
|
1062
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1063
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1064
|
+
<relationship name="focus" type="1/1" destination="FOCUS"></relationship>
|
1065
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1066
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1067
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1068
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1069
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
1070
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
1071
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1072
|
+
</object>
|
1073
|
+
<object type="TODO" id="z179">
|
1074
|
+
<attribute name="status" type="int32">3</attribute>
|
1075
|
+
<attribute name="datecompleted" type="date">259258181.32663801312446594238</attribute>
|
1076
|
+
<attribute name="focustype" type="int32">512</attribute>
|
1077
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
1078
|
+
<attribute name="datemodified" type="date">259258164.61611899733543395996</attribute>
|
1079
|
+
<attribute name="datecreated" type="date">259258163.00505000352859497070</attribute>
|
1080
|
+
<attribute name="title" type="string">do bar</attribute>
|
1081
|
+
<attribute name="index" type="int32">1</attribute>
|
1082
|
+
<attribute name="identifier" type="string">329A01E7-EEDC-40D2-A9CB-96A3055CB888</attribute>
|
1083
|
+
<attribute name="compact" type="bool">1</attribute>
|
1084
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z177"></relationship>
|
1085
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1086
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1087
|
+
<relationship name="focus" type="1/1" destination="FOCUS"></relationship>
|
1088
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1089
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1090
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1091
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1092
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
1093
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
1094
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1095
|
+
</object>
|
1096
|
+
<object type="TODO" id="z180">
|
1097
|
+
<attribute name="status" type="int32">3</attribute>
|
1098
|
+
<attribute name="datecompleted" type="date">259258181.32684499025344848633</attribute>
|
1099
|
+
<attribute name="focustype" type="int32">512</attribute>
|
1100
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
1101
|
+
<attribute name="datemodified" type="date">259258166.36608600616455078125</attribute>
|
1102
|
+
<attribute name="datecreated" type="date">259258165.07978299260139465332</attribute>
|
1103
|
+
<attribute name="title" type="string">then this</attribute>
|
1104
|
+
<attribute name="index" type="int32">2</attribute>
|
1105
|
+
<attribute name="identifier" type="string">BC23BFB9-5006-43F7-8B0E-B4477BC1398E</attribute>
|
1106
|
+
<attribute name="compact" type="bool">1</attribute>
|
1107
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z177"></relationship>
|
1108
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1109
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1110
|
+
<relationship name="focus" type="1/1" destination="FOCUS"></relationship>
|
1111
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1112
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1113
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1114
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1115
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
1116
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
1117
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1118
|
+
</object>
|
1119
|
+
<object type="TODO" id="z181">
|
1120
|
+
<attribute name="status" type="int32">3</attribute>
|
1121
|
+
<attribute name="datecompleted" type="date">259258181.32634600996971130371</attribute>
|
1122
|
+
<attribute name="focustype" type="int32">512</attribute>
|
1123
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
1124
|
+
<attribute name="datemodified" type="date">259258168.36648699641227722168</attribute>
|
1125
|
+
<attribute name="datecreated" type="date">259258166.74223399162292480469</attribute>
|
1126
|
+
<attribute name="title" type="string">then that</attribute>
|
1127
|
+
<attribute name="index" type="int32">3</attribute>
|
1128
|
+
<attribute name="identifier" type="string">FB8AF351-F81F-4971-97DC-7BF067227E5B</attribute>
|
1129
|
+
<attribute name="compact" type="bool">1</attribute>
|
1130
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z177"></relationship>
|
1131
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1132
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1133
|
+
<relationship name="focus" type="1/1" destination="FOCUS"></relationship>
|
1134
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1135
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1136
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1137
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1138
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
1139
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
1140
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1141
|
+
</object>
|
1142
|
+
<object type="TODO" id="z182">
|
1143
|
+
<attribute name="status" type="int32">3</attribute>
|
1144
|
+
<attribute name="datecompleted" type="date">259258181.32727599143981933594</attribute>
|
1145
|
+
<attribute name="focustype" type="int32">512</attribute>
|
1146
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
1147
|
+
<attribute name="datemodified" type="date">259258176.89117199182510375977</attribute>
|
1148
|
+
<attribute name="datecreated" type="date">259258168.69228300452232360840</attribute>
|
1149
|
+
<attribute name="title" type="string">dont forget to foo bar, baz</attribute>
|
1150
|
+
<attribute name="index" type="int32">4</attribute>
|
1151
|
+
<attribute name="identifier" type="string">6336CFDB-5DF8-4FF6-8792-5749BDCFC4A3</attribute>
|
1152
|
+
<attribute name="compact" type="bool">1</attribute>
|
1153
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z177"></relationship>
|
1154
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1155
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1156
|
+
<relationship name="focus" type="1/1" destination="FOCUS"></relationship>
|
1157
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1158
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1159
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1160
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1161
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
1162
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
1163
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1164
|
+
</object>
|
1165
|
+
<object type="TODO" id="z183">
|
1166
|
+
<attribute name="status" type="int32">3</attribute>
|
1167
|
+
<attribute name="datecompleted" type="date">259258207.92293301224708557129</attribute>
|
1168
|
+
<attribute name="focustype" type="int32">256</attribute>
|
1169
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
1170
|
+
<attribute name="datemodified" type="date">259258202.12225601077079772949</attribute>
|
1171
|
+
<attribute name="datecreated" type="date">259258196.60507100820541381836</attribute>
|
1172
|
+
<attribute name="title" type="string">trashed task</attribute>
|
1173
|
+
<attribute name="index" type="int32">1</attribute>
|
1174
|
+
<attribute name="identifier" type="string">7DF88113-EE10-4F1D-B038-D4B3E0D931D4</attribute>
|
1175
|
+
<attribute name="compact" type="bool">1</attribute>
|
1176
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
1177
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1178
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1179
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z138"></relationship>
|
1180
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1181
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1182
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1183
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1184
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
1185
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
1186
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1187
|
+
</object>
|
1188
|
+
<object type="TODO" id="z184">
|
1189
|
+
<attribute name="status" type="int32">2</attribute>
|
1190
|
+
<attribute name="datecompleted" type="date">259258209.07946801185607910156</attribute>
|
1191
|
+
<attribute name="focustype" type="int32">256</attribute>
|
1192
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
1193
|
+
<attribute name="datemodified" type="date">259258215.31042501330375671387</attribute>
|
1194
|
+
<attribute name="datecreated" type="date">259258202.49162599444389343262</attribute>
|
1195
|
+
<attribute name="title" type="string">another trashed, canceled task</attribute>
|
1196
|
+
<attribute name="index" type="int32">0</attribute>
|
1197
|
+
<attribute name="identifier" type="string">E3D8F598-65E4-4E5F-97AC-93541CF6EC40</attribute>
|
1198
|
+
<attribute name="compact" type="bool">1</attribute>
|
1199
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
1200
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1201
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1202
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z138"></relationship>
|
1203
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1204
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1205
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1206
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1207
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
1208
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
1209
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1210
|
+
</object>
|
1211
|
+
<object type="TODO" id="z185">
|
1212
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
1213
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
1214
|
+
<attribute name="datemodified" type="date">259456937.73161101341247558594</attribute>
|
1215
|
+
<attribute name="datecreated" type="date">259456924.69986298680305480957</attribute>
|
1216
|
+
<attribute name="title" type="string">wash the car</attribute>
|
1217
|
+
<attribute name="index" type="int32">2</attribute>
|
1218
|
+
<attribute name="identifier" type="string">DC3F7C9E-0F57-4CC2-8ACC-F3831175EDCB</attribute>
|
1219
|
+
<attribute name="compact" type="bool">1</attribute>
|
1220
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z155"></relationship>
|
1221
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1222
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1223
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
1224
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1225
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1226
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1227
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1228
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
1229
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z150"></relationship>
|
1230
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1231
|
+
</object>
|
1232
|
+
<object type="TODO" id="z186">
|
1233
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
1234
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
1235
|
+
<attribute name="datemodified" type="date">259456950.89940801262855529785</attribute>
|
1236
|
+
<attribute name="datecreated" type="date">259456940.58271199464797973633</attribute>
|
1237
|
+
<attribute name="datedue" type="date">270770400.00000000000000000000</attribute>
|
1238
|
+
<attribute name="title" type="string">cut my hair</attribute>
|
1239
|
+
<attribute name="index" type="int32">1</attribute>
|
1240
|
+
<attribute name="identifier" type="string">771D0663-7CD2-4309-BFE4-294203C43D42</attribute>
|
1241
|
+
<attribute name="compact" type="bool">1</attribute>
|
1242
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z155"></relationship>
|
1243
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1244
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1245
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
1246
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1247
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1248
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1249
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1250
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
1251
|
+
<relationship name="tags" type="0/0" destination="TAG" idrefs="z148"></relationship>
|
1252
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1253
|
+
</object>
|
1254
|
+
<object type="TODO" id="z187">
|
1255
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
1256
|
+
<attribute name="focuslevel" type="int16">1</attribute>
|
1257
|
+
<attribute name="datemodified" type="date">259495720.56461501121520996094</attribute>
|
1258
|
+
<attribute name="datecreated" type="date">259458019.70463600754737854004</attribute>
|
1259
|
+
<attribute name="title" type="string">A personal project</attribute>
|
1260
|
+
<attribute name="index" type="int32">0</attribute>
|
1261
|
+
<attribute name="identifier" type="string">653C9BA3-F846-4A95-B2BB-7CB53B53674F</attribute>
|
1262
|
+
<attribute name="compact" type="bool">1</attribute>
|
1263
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z155"></relationship>
|
1264
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1265
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1266
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z129"></relationship>
|
1267
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1268
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1269
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1270
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1271
|
+
<relationship name="children" type="0/0" destination="THING" idrefs="z188 z189"></relationship>
|
1272
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
1273
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1274
|
+
</object>
|
1275
|
+
<object type="TODO" id="z188">
|
1276
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
1277
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
1278
|
+
<attribute name="datemodified" type="date">259458036.67186400294303894043</attribute>
|
1279
|
+
<attribute name="datecreated" type="date">259458029.12348100543022155762</attribute>
|
1280
|
+
<attribute name="title" type="string">with personal todo</attribute>
|
1281
|
+
<attribute name="index" type="int32">0</attribute>
|
1282
|
+
<attribute name="identifier" type="string">93E3F8E3-690D-48AD-A572-A000930F9082</attribute>
|
1283
|
+
<attribute name="compact" type="bool">1</attribute>
|
1284
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z187"></relationship>
|
1285
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1286
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1287
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
1288
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1289
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1290
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1291
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1292
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
1293
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
1294
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1295
|
+
</object>
|
1296
|
+
<object type="TODO" id="z189">
|
1297
|
+
<attribute name="status" type="int32">2</attribute>
|
1298
|
+
<attribute name="datecompleted" type="date">259458043.39905801415443420410</attribute>
|
1299
|
+
<attribute name="focustype" type="int32">131072</attribute>
|
1300
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
1301
|
+
<attribute name="datemodified" type="date">259458042.86384099721908569336</attribute>
|
1302
|
+
<attribute name="datecreated" type="date">259458037.23265400528907775879</attribute>
|
1303
|
+
<attribute name="title" type="string">and a canceled one</attribute>
|
1304
|
+
<attribute name="index" type="int32">1</attribute>
|
1305
|
+
<attribute name="identifier" type="string">A86DE6AE-DAA6-4BB4-B823-1CEC55AD21A9</attribute>
|
1306
|
+
<attribute name="compact" type="bool">1</attribute>
|
1307
|
+
<relationship name="parent" type="1/1" destination="THING" idrefs="z187"></relationship>
|
1308
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1309
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1310
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
1311
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1312
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1313
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1314
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1315
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
1316
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
1317
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1318
|
+
</object>
|
1319
|
+
<object type="TODO" id="z190">
|
1320
|
+
<attribute name="content" type="string">\u3c00note xml:space="preserve"\u3e00Check wait times here: \u3c00a href="http://www.mass.gov/qrmv/boston.shtm"\u3e00http://www.mass.gov/qrmv/boston.shtm\u3c00/a\u3e00\u3c00/note\u3e00</attribute>
|
1321
|
+
<attribute name="status" type="int32">0</attribute>
|
1322
|
+
<attribute name="todayoffset" type="float">6</attribute>
|
1323
|
+
<attribute name="focustype" type="int32">65536</attribute>
|
1324
|
+
<attribute name="focuslevel" type="int16">0</attribute>
|
1325
|
+
<attribute name="datemodified" type="date">259284444.24546098709106445312</attribute>
|
1326
|
+
<attribute name="datecreated" type="date">259258000.56638500094413757324</attribute>
|
1327
|
+
<attribute name="title" type="string">today item with content (notes)</attribute>
|
1328
|
+
<attribute name="index" type="int32">7</attribute>
|
1329
|
+
<attribute name="identifier" type="string">6FC0B919-D07E-4448-8BE5-93AA6978865A</attribute>
|
1330
|
+
<attribute name="compact" type="bool">1</attribute>
|
1331
|
+
<relationship name="parent" type="1/1" destination="THING"></relationship>
|
1332
|
+
<relationship name="author" type="1/1" destination="COWORKER"></relationship>
|
1333
|
+
<relationship name="delegate" type="1/1" destination="COWORKER"></relationship>
|
1334
|
+
<relationship name="focus" type="1/1" destination="FOCUS" idrefs="z141"></relationship>
|
1335
|
+
<relationship name="recurrenceinstance" type="1/1" destination="TODO"></relationship>
|
1336
|
+
<relationship name="recurrencetemplate" type="1/1" destination="TODO"></relationship>
|
1337
|
+
<relationship name="scheduler" type="1/1" destination="GLOBALS"></relationship>
|
1338
|
+
<relationship name="syncdata" type="1/1" destination="SYNCEDTASK"></relationship>
|
1339
|
+
<relationship name="children" type="0/0" destination="THING"></relationship>
|
1340
|
+
<relationship name="tags" type="0/0" destination="TAG"></relationship>
|
1341
|
+
<relationship name="reminderdates" type="0/0" destination="REMINDER"></relationship>
|
1342
|
+
</object>
|
1343
|
+
</database>
|