@beauraines/rtm-api 1.4.1

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.
Files changed (52) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +285 -0
  3. package/config.js +22 -0
  4. package/docs/RTMClient.html +2798 -0
  5. package/docs/RTMError.html +1029 -0
  6. package/docs/RTMList.html +966 -0
  7. package/docs/RTMResponse.html +868 -0
  8. package/docs/RTMSuccess.html +337 -0
  9. package/docs/RTMTask.html +2461 -0
  10. package/docs/RTMUser.html +6761 -0
  11. package/docs/client_auth.js.html +123 -0
  12. package/docs/client_index.js.html +241 -0
  13. package/docs/client_user.js.html +170 -0
  14. package/docs/global.html +386 -0
  15. package/docs/index.html +305 -0
  16. package/docs/list_index.js.html +159 -0
  17. package/docs/response_error.js.html +172 -0
  18. package/docs/response_response.js.html +160 -0
  19. package/docs/response_success.js.html +104 -0
  20. package/docs/scripts/linenumber.js +25 -0
  21. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  22. package/docs/scripts/prettify/lang-css.js +2 -0
  23. package/docs/scripts/prettify/prettify.js +28 -0
  24. package/docs/styles/jsdoc.css +664 -0
  25. package/docs/styles/prettify.css +79 -0
  26. package/docs/task_helper.js.html +531 -0
  27. package/docs/task_index.js.html +304 -0
  28. package/docs/user_index.js.html +347 -0
  29. package/docs/user_lists.js.html +208 -0
  30. package/docs/user_tasks.js.html +703 -0
  31. package/jsdoc.json +13 -0
  32. package/package.json +33 -0
  33. package/src/client/auth.js +65 -0
  34. package/src/client/index.js +182 -0
  35. package/src/client/user.js +112 -0
  36. package/src/list/helper.js +131 -0
  37. package/src/list/index.js +101 -0
  38. package/src/response/error.js +114 -0
  39. package/src/response/index.js +8 -0
  40. package/src/response/parse.js +51 -0
  41. package/src/response/response.js +102 -0
  42. package/src/response/success.js +46 -0
  43. package/src/task/helper.js +469 -0
  44. package/src/task/index.js +264 -0
  45. package/src/user/index.js +288 -0
  46. package/src/user/lists.js +150 -0
  47. package/src/user/tasks.js +708 -0
  48. package/src/utils/auth.js +188 -0
  49. package/src/utils/fetch.js +67 -0
  50. package/src/utils/get.js +247 -0
  51. package/src/utils/sign.js +93 -0
  52. package/src/utils/taskIds.js +188 -0
@@ -0,0 +1,2461 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>RTMTask - Documentation</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"></script>
8
+ <script src="scripts/prettify/lang-css.js"></script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc.css">
14
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
15
+ </head>
16
+ <body>
17
+
18
+ <input type="checkbox" id="nav-trigger" class="nav-trigger" />
19
+ <label for="nav-trigger" class="navicon-button x">
20
+ <div class="navicon"></div>
21
+ </label>
22
+
23
+ <label for="nav-trigger" class="overlay"></label>
24
+
25
+ <nav>
26
+ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="RTMClient.html">RTMClient</a><ul class='methods'><li data-type='method'><a href="RTMClient.html#get">get</a></li><li data-type='method'><a href="RTMClient.html#~auth/getAuthToken">auth/getAuthToken</a></li><li data-type='method'><a href="RTMClient.html#~auth/getAuthUrl">auth/getAuthUrl</a></li><li data-type='method'><a href="RTMClient.html#~auth/verifyAuthToken">auth/verifyAuthToken</a></li><li data-type='method'><a href="RTMClient.html#~user/create">user/create</a></li><li data-type='method'><a href="RTMClient.html#~user/export">user/export</a></li><li data-type='method'><a href="RTMClient.html#~user/exportToString">user/exportToString</a></li><li data-type='method'><a href="RTMClient.html#~user/import">user/import</a></li><li data-type='method'><a href="RTMClient.html#~user/importFromString">user/importFromString</a></li></ul></li><li><a href="RTMError.html">RTMError</a><ul class='methods'><li data-type='method'><a href="RTMError.html#.networkError">networkError</a></li><li data-type='method'><a href="RTMError.html#.rateLimitError">rateLimitError</a></li><li data-type='method'><a href="RTMError.html#.referenceError">referenceError</a></li><li data-type='method'><a href="RTMError.html#.responseError">responseError</a></li><li data-type='method'><a href="RTMError.html#.serverError">serverError</a></li><li data-type='method'><a href="RTMError.html#toString">toString</a></li></ul></li><li><a href="RTMList.html">RTMList</a></li><li><a href="RTMResponse.html">RTMResponse</a><ul class='methods'><li data-type='method'><a href="RTMResponse.html#has">has</a></li><li data-type='method'><a href="RTMResponse.html#toString">toString</a></li></ul></li><li><a href="RTMSuccess.html">RTMSuccess</a><ul class='methods'><li data-type='method'><a href="RTMSuccess.html#toString">toString</a></li></ul></li><li><a href="RTMTask.html">RTMTask</a></li><li><a href="RTMUser.html">RTMUser</a><ul class='methods'><li data-type='method'><a href="RTMUser.html#clearTaskIndexCache">clearTaskIndexCache</a></li><li data-type='method'><a href="RTMUser.html#get">get</a></li><li data-type='method'><a href="RTMUser.html#verifyAuthToken">verifyAuthToken</a></li><li data-type='method'><a href="RTMUser.html#~lists/add">lists/add</a></li><li data-type='method'><a href="RTMUser.html#~lists/archive">lists/archive</a></li><li data-type='method'><a href="RTMUser.html#~lists/get">lists/get</a></li><li data-type='method'><a href="RTMUser.html#~lists/remove">lists/remove</a></li><li data-type='method'><a href="RTMUser.html#~lists/rename">lists/rename</a></li><li data-type='method'><a href="RTMUser.html#~tasks/add">tasks/add</a></li><li data-type='method'><a href="RTMUser.html#~tasks/addNotes">tasks/addNotes</a></li><li data-type='method'><a href="RTMUser.html#~tasks/addTags">tasks/addTags</a></li><li data-type='method'><a href="RTMUser.html#~tasks/complete">tasks/complete</a></li><li data-type='method'><a href="RTMUser.html#~tasks/decreasePriority">tasks/decreasePriority</a></li><li data-type='method'><a href="RTMUser.html#~tasks/get">tasks/get</a></li><li data-type='method'><a href="RTMUser.html#~tasks/getTask">tasks/getTask</a></li><li data-type='method'><a href="RTMUser.html#~tasks/increasePriority">tasks/increasePriority</a></li><li data-type='method'><a href="RTMUser.html#~tasks/move">tasks/move</a></li><li data-type='method'><a href="RTMUser.html#~tasks/postpone">tasks/postpone</a></li><li data-type='method'><a href="RTMUser.html#~tasks/priority">tasks/priority</a></li><li data-type='method'><a href="RTMUser.html#~tasks/remove">tasks/remove</a></li><li data-type='method'><a href="RTMUser.html#~tasks/removeTags">tasks/removeTags</a></li><li data-type='method'><a href="RTMUser.html#~tasks/setDueDate">tasks/setDueDate</a></li><li data-type='method'><a href="RTMUser.html#~tasks/setName">tasks/setName</a></li><li data-type='method'><a href="RTMUser.html#~tasks/setURL">tasks/setURL</a></li><li data-type='method'><a href="RTMUser.html#~tasks/uncomplete">tasks/uncomplete</a></li></ul></li></ul><h3>Global</h3><ul><li><a href="global.html#setStartDate">setStartDate</a></li></ul>
27
+ </nav>
28
+
29
+ <div id="main">
30
+
31
+ <h1 class="page-title">RTMTask</h1>
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+ <section>
40
+
41
+ <header>
42
+
43
+ <h2>
44
+ RTMTask
45
+ </h2>
46
+
47
+ <div class="class-description"><h3>RTM List</h3>
48
+ <p>This Class is used to represent the combined properties of an RTM TaskSeries
49
+ combined with an RTM Task. If an RTM TaskSeries has more than one task
50
+ property then there will be multiple <code>RTMTask</code> instances representing the
51
+ data (which will duplicate the TaskSeries properties).</p>
52
+ <p>Each instance of an <code>RTMTask</code> contains a <code>list_id</code>, <code>taskseries_id</code> and
53
+ <code>task_id</code> property.</p>
54
+ <p>All of the taskseries and task properties from the RTM API are directly
55
+ accessible as <code>RTMTask</code> properties.</p>
56
+ <pre class="prettyprint source"><code>let task = new RTMTask(..., ..., ...);
57
+ let name = task.name;
58
+ let priority = task.priority;
59
+ </code></pre></div>
60
+
61
+
62
+ </header>
63
+
64
+ <article>
65
+ <div class="container-overview">
66
+
67
+
68
+
69
+
70
+ <h2>Constructor</h2>
71
+
72
+
73
+ <h4 class="name" id="RTMTask"><span class="type-signature"></span>new RTMTask<span class="signature">(userId, listId, series, task)</span><span class="type-signature"></span></h4>
74
+
75
+
76
+
77
+
78
+
79
+
80
+ <dl class="details">
81
+
82
+
83
+ <dt class="tag-source">Source:</dt>
84
+ <dd class="tag-source"><ul class="dummy"><li>
85
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line27">line 27</a>
86
+ </li></ul></dd>
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+ </dl>
119
+
120
+
121
+
122
+
123
+
124
+ <div class="description">
125
+ <p>Create a new RTM Task</p>
126
+ </div>
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+ <h5>Parameters:</h5>
139
+
140
+
141
+ <table class="params">
142
+ <thead>
143
+ <tr>
144
+
145
+ <th>Name</th>
146
+
147
+
148
+ <th>Type</th>
149
+
150
+
151
+
152
+
153
+
154
+ <th class="last">Description</th>
155
+ </tr>
156
+ </thead>
157
+
158
+ <tbody>
159
+
160
+
161
+ <tr>
162
+
163
+ <td class="name"><code>userId</code></td>
164
+
165
+
166
+ <td class="type">
167
+
168
+
169
+ <span class="param-type">number</span>
170
+
171
+
172
+
173
+ </td>
174
+
175
+
176
+
177
+
178
+
179
+ <td class="description last"><p>RTM User ID</p></td>
180
+ </tr>
181
+
182
+
183
+
184
+ <tr>
185
+
186
+ <td class="name"><code>listId</code></td>
187
+
188
+
189
+ <td class="type">
190
+
191
+
192
+ <span class="param-type">number</span>
193
+
194
+
195
+
196
+ </td>
197
+
198
+
199
+
200
+
201
+
202
+ <td class="description last"><p>RTM List ID</p></td>
203
+ </tr>
204
+
205
+
206
+
207
+ <tr>
208
+
209
+ <td class="name"><code>series</code></td>
210
+
211
+
212
+ <td class="type">
213
+
214
+
215
+ <span class="param-type">object</span>
216
+
217
+
218
+
219
+ </td>
220
+
221
+
222
+
223
+
224
+
225
+ <td class="description last"><p>Taskseries properties (resp.task.list[].taskseries[])</p></td>
226
+ </tr>
227
+
228
+
229
+
230
+ <tr>
231
+
232
+ <td class="name"><code>task</code></td>
233
+
234
+
235
+ <td class="type">
236
+
237
+
238
+ <span class="param-type">object</span>
239
+
240
+
241
+
242
+ </td>
243
+
244
+
245
+
246
+
247
+
248
+ <td class="description last"><p>Task properties (resp.task.list[].taskseries[].task)</p></td>
249
+ </tr>
250
+
251
+
252
+ </tbody>
253
+ </table>
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+ </div>
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+ <h3 class="subsection-title">Members</h3>
285
+
286
+
287
+
288
+ <h4 class="name" id="added"><span class="type-signature"></span>added<span class="type-signature"> :Date|undefined</span></h4>
289
+
290
+
291
+
292
+
293
+
294
+ <dl class="details">
295
+
296
+
297
+ <dt class="tag-source">Source:</dt>
298
+ <dd class="tag-source"><ul class="dummy"><li>
299
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line166">line 166</a>
300
+ </li></ul></dd>
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+ </dl>
333
+
334
+
335
+
336
+
337
+
338
+ <div class="description">
339
+ <p>Task Added Date</p>
340
+ </div>
341
+
342
+
343
+
344
+ <h5>Type:</h5>
345
+ <ul>
346
+ <li>
347
+
348
+ <span class="param-type">Date</span>
349
+ |
350
+
351
+ <span class="param-type">undefined</span>
352
+
353
+
354
+ </li>
355
+ </ul>
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+ <h4 class="name" id="completed"><span class="type-signature"></span>completed<span class="type-signature"> :Date|undefined</span></h4>
365
+
366
+
367
+
368
+
369
+
370
+ <dl class="details">
371
+
372
+
373
+ <dt class="tag-source">Source:</dt>
374
+ <dd class="tag-source"><ul class="dummy"><li>
375
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line172">line 172</a>
376
+ </li></ul></dd>
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
403
+
404
+
405
+
406
+
407
+
408
+ </dl>
409
+
410
+
411
+
412
+
413
+
414
+ <div class="description">
415
+ <p>Task Completed Date</p>
416
+ </div>
417
+
418
+
419
+
420
+ <h5>Type:</h5>
421
+ <ul>
422
+ <li>
423
+
424
+ <span class="param-type">Date</span>
425
+ |
426
+
427
+ <span class="param-type">undefined</span>
428
+
429
+
430
+ </li>
431
+ </ul>
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+ <h4 class="name" id="created"><span class="type-signature"></span>created<span class="type-signature"> :Date|undefined</span></h4>
441
+
442
+
443
+
444
+
445
+
446
+ <dl class="details">
447
+
448
+
449
+ <dt class="tag-source">Source:</dt>
450
+ <dd class="tag-source"><ul class="dummy"><li>
451
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line57">line 57</a>
452
+ </li></ul></dd>
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+ </dl>
485
+
486
+
487
+
488
+
489
+
490
+ <div class="description">
491
+ <p>Task Creation Date</p>
492
+ </div>
493
+
494
+
495
+
496
+ <h5>Type:</h5>
497
+ <ul>
498
+ <li>
499
+
500
+ <span class="param-type">Date</span>
501
+ |
502
+
503
+ <span class="param-type">undefined</span>
504
+
505
+
506
+ </li>
507
+ </ul>
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+ <h4 class="name" id="deleted"><span class="type-signature"></span>deleted<span class="type-signature"> :Date|undefined</span></h4>
517
+
518
+
519
+
520
+
521
+
522
+ <dl class="details">
523
+
524
+
525
+ <dt class="tag-source">Source:</dt>
526
+ <dd class="tag-source"><ul class="dummy"><li>
527
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line184">line 184</a>
528
+ </li></ul></dd>
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+ </dl>
561
+
562
+
563
+
564
+
565
+
566
+ <div class="description">
567
+ <p>Task Deleted Flag</p>
568
+ </div>
569
+
570
+
571
+
572
+ <h5>Type:</h5>
573
+ <ul>
574
+ <li>
575
+
576
+ <span class="param-type">Date</span>
577
+ |
578
+
579
+ <span class="param-type">undefined</span>
580
+
581
+
582
+ </li>
583
+ </ul>
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+ <h4 class="name" id="due"><span class="type-signature"></span>due<span class="type-signature"> :Date|undefined</span></h4>
593
+
594
+
595
+
596
+
597
+
598
+ <dl class="details">
599
+
600
+
601
+ <dt class="tag-source">Source:</dt>
602
+ <dd class="tag-source"><ul class="dummy"><li>
603
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line142">line 142</a>
604
+ </li></ul></dd>
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+ </dl>
637
+
638
+
639
+
640
+
641
+
642
+ <div class="description">
643
+ <p>Task Due Date</p>
644
+ </div>
645
+
646
+
647
+
648
+ <h5>Type:</h5>
649
+ <ul>
650
+ <li>
651
+
652
+ <span class="param-type">Date</span>
653
+ |
654
+
655
+ <span class="param-type">undefined</span>
656
+
657
+
658
+ </li>
659
+ </ul>
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+ <h4 class="name" id="estimate"><span class="type-signature"></span>estimate<span class="type-signature"> :string|undefined</span></h4>
669
+
670
+
671
+
672
+
673
+
674
+ <dl class="details">
675
+
676
+
677
+ <dt class="tag-source">Source:</dt>
678
+ <dd class="tag-source"><ul class="dummy"><li>
679
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line202">line 202</a>
680
+ </li></ul></dd>
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+
709
+
710
+
711
+
712
+ </dl>
713
+
714
+
715
+
716
+
717
+
718
+ <div class="description">
719
+ <p>Task Time Estimate</p>
720
+ </div>
721
+
722
+
723
+
724
+ <h5>Type:</h5>
725
+ <ul>
726
+ <li>
727
+
728
+ <span class="param-type">string</span>
729
+ |
730
+
731
+ <span class="param-type">undefined</span>
732
+
733
+
734
+ </li>
735
+ </ul>
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+ <h4 class="name" id="has_due_time"><span class="type-signature"></span>has_due_time<span class="type-signature"> :boolean</span></h4>
745
+
746
+
747
+
748
+
749
+
750
+ <dl class="details">
751
+
752
+
753
+ <dt class="tag-source">Source:</dt>
754
+ <dd class="tag-source"><ul class="dummy"><li>
755
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line148">line 148</a>
756
+ </li></ul></dd>
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+ </dl>
789
+
790
+
791
+
792
+
793
+
794
+ <div class="description">
795
+ <p>Task Due Time Flag (true when <code>due</code> includes a Due Time)</p>
796
+ </div>
797
+
798
+
799
+
800
+ <h5>Type:</h5>
801
+ <ul>
802
+ <li>
803
+
804
+ <span class="param-type">boolean</span>
805
+
806
+
807
+ </li>
808
+ </ul>
809
+
810
+
811
+
812
+
813
+
814
+
815
+
816
+
817
+ <h4 class="name" id="has_start_time"><span class="type-signature"></span>has_start_time<span class="type-signature"> :boolean</span></h4>
818
+
819
+
820
+
821
+
822
+
823
+ <dl class="details">
824
+
825
+
826
+ <dt class="tag-source">Source:</dt>
827
+ <dd class="tag-source"><ul class="dummy"><li>
828
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line160">line 160</a>
829
+ </li></ul></dd>
830
+
831
+
832
+
833
+
834
+
835
+
836
+
837
+
838
+
839
+
840
+
841
+
842
+
843
+
844
+
845
+
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+ </dl>
862
+
863
+
864
+
865
+
866
+
867
+ <div class="description">
868
+ <p>Task Start Time Flag (true when <code>start</code> includes a Start Time)</p>
869
+ </div>
870
+
871
+
872
+
873
+ <h5>Type:</h5>
874
+ <ul>
875
+ <li>
876
+
877
+ <span class="param-type">boolean</span>
878
+
879
+
880
+ </li>
881
+ </ul>
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+ <h4 class="name" id="index"><span class="type-signature"></span>index<span class="type-signature"> :int</span></h4>
891
+
892
+
893
+
894
+
895
+
896
+ <dl class="details">
897
+
898
+
899
+ <dt class="tag-source">Source:</dt>
900
+ <dd class="tag-source"><ul class="dummy"><li>
901
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line215">line 215</a>
902
+ </li></ul></dd>
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+
913
+
914
+
915
+
916
+
917
+
918
+
919
+
920
+
921
+
922
+
923
+
924
+
925
+
926
+
927
+
928
+
929
+
930
+
931
+
932
+
933
+
934
+ </dl>
935
+
936
+
937
+
938
+
939
+
940
+ <div class="description">
941
+ <p>An index added to each RTMTask based on the <code>task_id</code></p>
942
+ </div>
943
+
944
+
945
+
946
+ <h5>Type:</h5>
947
+ <ul>
948
+ <li>
949
+
950
+ <span class="param-type">int</span>
951
+
952
+
953
+ </li>
954
+ </ul>
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+ <h4 class="name" id="isCompleted"><span class="type-signature"></span>isCompleted<span class="type-signature"> :boolean</span></h4>
964
+
965
+
966
+
967
+
968
+
969
+ <dl class="details">
970
+
971
+
972
+ <dt class="tag-source">Source:</dt>
973
+ <dd class="tag-source"><ul class="dummy"><li>
974
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line178">line 178</a>
975
+ </li></ul></dd>
976
+
977
+
978
+
979
+
980
+
981
+
982
+
983
+
984
+
985
+
986
+
987
+
988
+
989
+
990
+
991
+
992
+
993
+
994
+
995
+
996
+
997
+
998
+
999
+
1000
+
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+ </dl>
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+ <div class="description">
1014
+ <p>Task Completed Flag (true when task is marked as completed)</p>
1015
+ </div>
1016
+
1017
+
1018
+
1019
+ <h5>Type:</h5>
1020
+ <ul>
1021
+ <li>
1022
+
1023
+ <span class="param-type">boolean</span>
1024
+
1025
+
1026
+ </li>
1027
+ </ul>
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+
1036
+ <h4 class="name" id="list"><span class="type-signature"></span>list<span class="type-signature"> :<a href="RTMList.html">RTMList</a></span></h4>
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+ <dl class="details">
1043
+
1044
+
1045
+ <dt class="tag-source">Source:</dt>
1046
+ <dd class="tag-source"><ul class="dummy"><li>
1047
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line223">line 223</a>
1048
+ </li></ul></dd>
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+
1071
+
1072
+
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+
1079
+
1080
+ </dl>
1081
+
1082
+
1083
+
1084
+
1085
+
1086
+ <div class="description">
1087
+ <p>The <code>RTMList</code> this Task is in</p>
1088
+ </div>
1089
+
1090
+
1091
+
1092
+ <h5>Type:</h5>
1093
+ <ul>
1094
+ <li>
1095
+
1096
+ <span class="param-type"><a href="RTMList.html">RTMList</a></span>
1097
+
1098
+
1099
+ </li>
1100
+ </ul>
1101
+
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+
1108
+
1109
+ <h4 class="name" id="list_id"><span class="type-signature"></span>list_id<span class="type-signature"> :Number</span></h4>
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+ <dl class="details">
1116
+
1117
+
1118
+ <dt class="tag-source">Source:</dt>
1119
+ <dd class="tag-source"><ul class="dummy"><li>
1120
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line45">line 45</a>
1121
+ </li></ul></dd>
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+
1139
+
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+ </dl>
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+ <div class="description">
1160
+ <p>List ID</p>
1161
+ </div>
1162
+
1163
+
1164
+
1165
+ <h5>Type:</h5>
1166
+ <ul>
1167
+ <li>
1168
+
1169
+ <span class="param-type">Number</span>
1170
+
1171
+
1172
+ </li>
1173
+ </ul>
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+
1180
+
1181
+
1182
+ <h4 class="name" id="location_id"><span class="type-signature"></span>location_id<span class="type-signature"> :number|undefined</span></h4>
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+ <dl class="details">
1189
+
1190
+
1191
+ <dt class="tag-source">Source:</dt>
1192
+ <dd class="tag-source"><ul class="dummy"><li>
1193
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line87">line 87</a>
1194
+ </li></ul></dd>
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+
1204
+
1205
+
1206
+
1207
+
1208
+
1209
+
1210
+
1211
+
1212
+
1213
+
1214
+
1215
+
1216
+
1217
+
1218
+
1219
+
1220
+
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+ </dl>
1227
+
1228
+
1229
+
1230
+
1231
+
1232
+ <div class="description">
1233
+ <p>Task Location ID</p>
1234
+ </div>
1235
+
1236
+
1237
+
1238
+ <h5>Type:</h5>
1239
+ <ul>
1240
+ <li>
1241
+
1242
+ <span class="param-type">number</span>
1243
+ |
1244
+
1245
+ <span class="param-type">undefined</span>
1246
+
1247
+
1248
+ </li>
1249
+ </ul>
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+ <h4 class="name" id="modified"><span class="type-signature"></span>modified<span class="type-signature"> :Date|undefined</span></h4>
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+ <dl class="details">
1265
+
1266
+
1267
+ <dt class="tag-source">Source:</dt>
1268
+ <dd class="tag-source"><ul class="dummy"><li>
1269
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line63">line 63</a>
1270
+ </li></ul></dd>
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+
1301
+
1302
+ </dl>
1303
+
1304
+
1305
+
1306
+
1307
+
1308
+ <div class="description">
1309
+ <p>Task Modification Date</p>
1310
+ </div>
1311
+
1312
+
1313
+
1314
+ <h5>Type:</h5>
1315
+ <ul>
1316
+ <li>
1317
+
1318
+ <span class="param-type">Date</span>
1319
+ |
1320
+
1321
+ <span class="param-type">undefined</span>
1322
+
1323
+
1324
+ </li>
1325
+ </ul>
1326
+
1327
+
1328
+
1329
+
1330
+
1331
+
1332
+
1333
+
1334
+ <h4 class="name" id="name"><span class="type-signature"></span>name<span class="type-signature"> :string</span></h4>
1335
+
1336
+
1337
+
1338
+
1339
+
1340
+ <dl class="details">
1341
+
1342
+
1343
+ <dt class="tag-source">Source:</dt>
1344
+ <dd class="tag-source"><ul class="dummy"><li>
1345
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line69">line 69</a>
1346
+ </li></ul></dd>
1347
+
1348
+
1349
+
1350
+
1351
+
1352
+
1353
+
1354
+
1355
+
1356
+
1357
+
1358
+
1359
+
1360
+
1361
+
1362
+
1363
+
1364
+
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+
1371
+
1372
+
1373
+
1374
+
1375
+
1376
+
1377
+
1378
+ </dl>
1379
+
1380
+
1381
+
1382
+
1383
+
1384
+ <div class="description">
1385
+ <p>Task Name</p>
1386
+ </div>
1387
+
1388
+
1389
+
1390
+ <h5>Type:</h5>
1391
+ <ul>
1392
+ <li>
1393
+
1394
+ <span class="param-type">string</span>
1395
+
1396
+
1397
+ </li>
1398
+ </ul>
1399
+
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+ <h4 class="name" id="notes"><span class="type-signature"></span>notes<span class="type-signature"> :Array.&lt;<a href="RTMTask.html#~Note">RTMTask~Note</a>></span></h4>
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+ <dl class="details">
1414
+
1415
+
1416
+ <dt class="tag-source">Source:</dt>
1417
+ <dd class="tag-source"><ul class="dummy"><li>
1418
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line119">line 119</a>
1419
+ </li></ul></dd>
1420
+
1421
+
1422
+
1423
+
1424
+
1425
+
1426
+
1427
+
1428
+
1429
+
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+
1444
+
1445
+
1446
+
1447
+
1448
+
1449
+
1450
+
1451
+ </dl>
1452
+
1453
+
1454
+
1455
+
1456
+
1457
+ <div class="description">
1458
+ <p>Task Notes</p>
1459
+ </div>
1460
+
1461
+
1462
+
1463
+ <h5>Type:</h5>
1464
+ <ul>
1465
+ <li>
1466
+
1467
+ <span class="param-type">Array.&lt;<a href="RTMTask.html#~Note">RTMTask~Note</a>></span>
1468
+
1469
+
1470
+ </li>
1471
+ </ul>
1472
+
1473
+
1474
+
1475
+
1476
+
1477
+
1478
+
1479
+
1480
+ <h4 class="name" id="participants"><span class="type-signature"></span>participants<span class="type-signature"> :Array</span></h4>
1481
+
1482
+
1483
+
1484
+
1485
+
1486
+ <dl class="details">
1487
+
1488
+
1489
+ <dt class="tag-source">Source:</dt>
1490
+ <dd class="tag-source"><ul class="dummy"><li>
1491
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line102">line 102</a>
1492
+ </li></ul></dd>
1493
+
1494
+
1495
+
1496
+
1497
+
1498
+
1499
+
1500
+
1501
+
1502
+
1503
+
1504
+
1505
+
1506
+
1507
+
1508
+
1509
+
1510
+
1511
+
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+ </dl>
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+ <div class="description">
1531
+ <p>Task Participants</p>
1532
+ </div>
1533
+
1534
+
1535
+
1536
+ <h5>Type:</h5>
1537
+ <ul>
1538
+ <li>
1539
+
1540
+ <span class="param-type">Array</span>
1541
+
1542
+
1543
+ </li>
1544
+ </ul>
1545
+
1546
+
1547
+
1548
+
1549
+
1550
+
1551
+
1552
+
1553
+ <h4 class="name" id="postponed"><span class="type-signature"></span>postponed<span class="type-signature"> :boolean</span></h4>
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+ <dl class="details">
1560
+
1561
+
1562
+ <dt class="tag-source">Source:</dt>
1563
+ <dd class="tag-source"><ul class="dummy"><li>
1564
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line196">line 196</a>
1565
+ </li></ul></dd>
1566
+
1567
+
1568
+
1569
+
1570
+
1571
+
1572
+
1573
+
1574
+
1575
+
1576
+
1577
+
1578
+
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+
1587
+
1588
+
1589
+
1590
+
1591
+
1592
+
1593
+
1594
+
1595
+
1596
+
1597
+ </dl>
1598
+
1599
+
1600
+
1601
+
1602
+
1603
+ <div class="description">
1604
+ <p>Task Postponed Flag</p>
1605
+ </div>
1606
+
1607
+
1608
+
1609
+ <h5>Type:</h5>
1610
+ <ul>
1611
+ <li>
1612
+
1613
+ <span class="param-type">boolean</span>
1614
+
1615
+
1616
+ </li>
1617
+ </ul>
1618
+
1619
+
1620
+
1621
+
1622
+
1623
+
1624
+
1625
+
1626
+ <h4 class="name" id="priority"><span class="type-signature"></span>priority<span class="type-signature"> :int</span></h4>
1627
+
1628
+
1629
+
1630
+
1631
+
1632
+ <dl class="details">
1633
+
1634
+
1635
+ <dt class="tag-source">Source:</dt>
1636
+ <dd class="tag-source"><ul class="dummy"><li>
1637
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line190">line 190</a>
1638
+ </li></ul></dd>
1639
+
1640
+
1641
+
1642
+
1643
+
1644
+
1645
+
1646
+
1647
+
1648
+
1649
+
1650
+
1651
+
1652
+
1653
+
1654
+
1655
+
1656
+
1657
+
1658
+
1659
+
1660
+
1661
+
1662
+
1663
+
1664
+
1665
+
1666
+
1667
+
1668
+
1669
+
1670
+ </dl>
1671
+
1672
+
1673
+
1674
+
1675
+
1676
+ <div class="description">
1677
+ <p>Task Priority (0, 1, 2, or 3)</p>
1678
+ </div>
1679
+
1680
+
1681
+
1682
+ <h5>Type:</h5>
1683
+ <ul>
1684
+ <li>
1685
+
1686
+ <span class="param-type">int</span>
1687
+
1688
+
1689
+ </li>
1690
+ </ul>
1691
+
1692
+
1693
+
1694
+
1695
+
1696
+
1697
+
1698
+
1699
+ <h4 class="name" id="props"><span class="type-signature"></span>props<span class="type-signature"> :object</span></h4>
1700
+
1701
+
1702
+
1703
+
1704
+
1705
+ <dl class="details">
1706
+
1707
+
1708
+ <dt class="tag-source">Source:</dt>
1709
+ <dd class="tag-source"><ul class="dummy"><li>
1710
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line234">line 234</a>
1711
+ </li></ul></dd>
1712
+
1713
+
1714
+
1715
+
1716
+
1717
+
1718
+
1719
+
1720
+
1721
+
1722
+
1723
+
1724
+
1725
+
1726
+
1727
+
1728
+
1729
+
1730
+
1731
+
1732
+
1733
+
1734
+
1735
+
1736
+
1737
+
1738
+
1739
+
1740
+
1741
+
1742
+
1743
+ </dl>
1744
+
1745
+
1746
+
1747
+
1748
+
1749
+ <div class="description">
1750
+ <p>All of the RTM TaskSeries properties</p>
1751
+ </div>
1752
+
1753
+
1754
+
1755
+ <h5>Type:</h5>
1756
+ <ul>
1757
+ <li>
1758
+
1759
+ <span class="param-type">object</span>
1760
+
1761
+
1762
+ </li>
1763
+ </ul>
1764
+
1765
+
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+
1772
+ <h4 class="name" id="source"><span class="type-signature"></span>source<span class="type-signature"> :string</span></h4>
1773
+
1774
+
1775
+
1776
+
1777
+
1778
+ <dl class="details">
1779
+
1780
+
1781
+ <dt class="tag-source">Source:</dt>
1782
+ <dd class="tag-source"><ul class="dummy"><li>
1783
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line75">line 75</a>
1784
+ </li></ul></dd>
1785
+
1786
+
1787
+
1788
+
1789
+
1790
+
1791
+
1792
+
1793
+
1794
+
1795
+
1796
+
1797
+
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+
1806
+
1807
+
1808
+
1809
+
1810
+
1811
+
1812
+
1813
+
1814
+
1815
+
1816
+ </dl>
1817
+
1818
+
1819
+
1820
+
1821
+
1822
+ <div class="description">
1823
+ <p>Task Creation Source</p>
1824
+ </div>
1825
+
1826
+
1827
+
1828
+ <h5>Type:</h5>
1829
+ <ul>
1830
+ <li>
1831
+
1832
+ <span class="param-type">string</span>
1833
+
1834
+
1835
+ </li>
1836
+ </ul>
1837
+
1838
+
1839
+
1840
+
1841
+
1842
+
1843
+
1844
+
1845
+ <h4 class="name" id="start"><span class="type-signature"></span>start<span class="type-signature"> :Date|undefined</span></h4>
1846
+
1847
+
1848
+
1849
+
1850
+
1851
+ <dl class="details">
1852
+
1853
+
1854
+ <dt class="tag-source">Source:</dt>
1855
+ <dd class="tag-source"><ul class="dummy"><li>
1856
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line154">line 154</a>
1857
+ </li></ul></dd>
1858
+
1859
+
1860
+
1861
+
1862
+
1863
+
1864
+
1865
+
1866
+
1867
+
1868
+
1869
+
1870
+
1871
+
1872
+
1873
+
1874
+
1875
+
1876
+
1877
+
1878
+
1879
+
1880
+
1881
+
1882
+
1883
+
1884
+
1885
+
1886
+
1887
+
1888
+
1889
+ </dl>
1890
+
1891
+
1892
+
1893
+
1894
+
1895
+ <div class="description">
1896
+ <p>Task Start Date</p>
1897
+ </div>
1898
+
1899
+
1900
+
1901
+ <h5>Type:</h5>
1902
+ <ul>
1903
+ <li>
1904
+
1905
+ <span class="param-type">Date</span>
1906
+ |
1907
+
1908
+ <span class="param-type">undefined</span>
1909
+
1910
+
1911
+ </li>
1912
+ </ul>
1913
+
1914
+
1915
+
1916
+
1917
+
1918
+
1919
+
1920
+
1921
+ <h4 class="name" id="tags"><span class="type-signature"></span>tags<span class="type-signature"> :Array.&lt;string></span></h4>
1922
+
1923
+
1924
+
1925
+
1926
+
1927
+ <dl class="details">
1928
+
1929
+
1930
+ <dt class="tag-source">Source:</dt>
1931
+ <dd class="tag-source"><ul class="dummy"><li>
1932
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line93">line 93</a>
1933
+ </li></ul></dd>
1934
+
1935
+
1936
+
1937
+
1938
+
1939
+
1940
+
1941
+
1942
+
1943
+
1944
+
1945
+
1946
+
1947
+
1948
+
1949
+
1950
+
1951
+
1952
+
1953
+
1954
+
1955
+
1956
+
1957
+
1958
+
1959
+
1960
+
1961
+
1962
+
1963
+
1964
+
1965
+ </dl>
1966
+
1967
+
1968
+
1969
+
1970
+
1971
+ <div class="description">
1972
+ <p>Task Tags</p>
1973
+ </div>
1974
+
1975
+
1976
+
1977
+ <h5>Type:</h5>
1978
+ <ul>
1979
+ <li>
1980
+
1981
+ <span class="param-type">Array.&lt;string></span>
1982
+
1983
+
1984
+ </li>
1985
+ </ul>
1986
+
1987
+
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+ <h4 class="name" id="task_id"><span class="type-signature"></span>task_id<span class="type-signature"> :Number</span></h4>
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+ <dl class="details">
2001
+
2002
+
2003
+ <dt class="tag-source">Source:</dt>
2004
+ <dd class="tag-source"><ul class="dummy"><li>
2005
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line136">line 136</a>
2006
+ </li></ul></dd>
2007
+
2008
+
2009
+
2010
+
2011
+
2012
+
2013
+
2014
+
2015
+
2016
+
2017
+
2018
+
2019
+
2020
+
2021
+
2022
+
2023
+
2024
+
2025
+
2026
+
2027
+
2028
+
2029
+
2030
+
2031
+
2032
+
2033
+
2034
+
2035
+
2036
+
2037
+
2038
+ </dl>
2039
+
2040
+
2041
+
2042
+
2043
+
2044
+ <div class="description">
2045
+ <p>Task ID</p>
2046
+ </div>
2047
+
2048
+
2049
+
2050
+ <h5>Type:</h5>
2051
+ <ul>
2052
+ <li>
2053
+
2054
+ <span class="param-type">Number</span>
2055
+
2056
+
2057
+ </li>
2058
+ </ul>
2059
+
2060
+
2061
+
2062
+
2063
+
2064
+
2065
+
2066
+
2067
+ <h4 class="name" id="taskseries_id"><span class="type-signature"></span>taskseries_id<span class="type-signature"> :Number</span></h4>
2068
+
2069
+
2070
+
2071
+
2072
+
2073
+ <dl class="details">
2074
+
2075
+
2076
+ <dt class="tag-source">Source:</dt>
2077
+ <dd class="tag-source"><ul class="dummy"><li>
2078
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line51">line 51</a>
2079
+ </li></ul></dd>
2080
+
2081
+
2082
+
2083
+
2084
+
2085
+
2086
+
2087
+
2088
+
2089
+
2090
+
2091
+
2092
+
2093
+
2094
+
2095
+
2096
+
2097
+
2098
+
2099
+
2100
+
2101
+
2102
+
2103
+
2104
+
2105
+
2106
+
2107
+
2108
+
2109
+
2110
+
2111
+ </dl>
2112
+
2113
+
2114
+
2115
+
2116
+
2117
+ <div class="description">
2118
+ <p>TaskSeries ID</p>
2119
+ </div>
2120
+
2121
+
2122
+
2123
+ <h5>Type:</h5>
2124
+ <ul>
2125
+ <li>
2126
+
2127
+ <span class="param-type">Number</span>
2128
+
2129
+
2130
+ </li>
2131
+ </ul>
2132
+
2133
+
2134
+
2135
+
2136
+
2137
+
2138
+
2139
+
2140
+ <h4 class="name" id="url"><span class="type-signature"></span>url<span class="type-signature"> :string|undefined</span></h4>
2141
+
2142
+
2143
+
2144
+
2145
+
2146
+ <dl class="details">
2147
+
2148
+
2149
+ <dt class="tag-source">Source:</dt>
2150
+ <dd class="tag-source"><ul class="dummy"><li>
2151
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line81">line 81</a>
2152
+ </li></ul></dd>
2153
+
2154
+
2155
+
2156
+
2157
+
2158
+
2159
+
2160
+
2161
+
2162
+
2163
+
2164
+
2165
+
2166
+
2167
+
2168
+
2169
+
2170
+
2171
+
2172
+
2173
+
2174
+
2175
+
2176
+
2177
+
2178
+
2179
+
2180
+
2181
+
2182
+
2183
+
2184
+ </dl>
2185
+
2186
+
2187
+
2188
+
2189
+
2190
+ <div class="description">
2191
+ <p>Task Reference URL</p>
2192
+ </div>
2193
+
2194
+
2195
+
2196
+ <h5>Type:</h5>
2197
+ <ul>
2198
+ <li>
2199
+
2200
+ <span class="param-type">string</span>
2201
+ |
2202
+
2203
+ <span class="param-type">undefined</span>
2204
+
2205
+
2206
+ </li>
2207
+ </ul>
2208
+
2209
+
2210
+
2211
+
2212
+
2213
+
2214
+
2215
+
2216
+
2217
+
2218
+
2219
+
2220
+ <h3 class="subsection-title">Type Definitions</h3>
2221
+
2222
+
2223
+
2224
+ <h4 class="name" id="~Note">Note</h4>
2225
+
2226
+
2227
+
2228
+
2229
+
2230
+ <dl class="details">
2231
+
2232
+
2233
+ <dt class="tag-source">Source:</dt>
2234
+ <dd class="tag-source"><ul class="dummy"><li>
2235
+ <a href="task_index.js.html">task/index.js</a>, <a href="task_index.js.html#line105">line 105</a>
2236
+ </li></ul></dd>
2237
+
2238
+
2239
+
2240
+
2241
+
2242
+
2243
+
2244
+
2245
+
2246
+
2247
+
2248
+
2249
+
2250
+
2251
+
2252
+
2253
+
2254
+
2255
+
2256
+
2257
+
2258
+
2259
+
2260
+
2261
+
2262
+
2263
+
2264
+
2265
+
2266
+
2267
+
2268
+ </dl>
2269
+
2270
+
2271
+
2272
+ <h5 class="subsection-title">Properties:</h5>
2273
+
2274
+
2275
+
2276
+ <table class="props">
2277
+ <thead>
2278
+ <tr>
2279
+
2280
+ <th>Name</th>
2281
+
2282
+
2283
+ <th>Type</th>
2284
+
2285
+
2286
+
2287
+
2288
+
2289
+ <th class="last">Description</th>
2290
+ </tr>
2291
+ </thead>
2292
+
2293
+ <tbody>
2294
+
2295
+
2296
+ <tr>
2297
+
2298
+ <td class="name"><code>id</code></td>
2299
+
2300
+
2301
+ <td class="type">
2302
+
2303
+
2304
+ <span class="param-type">number</span>
2305
+
2306
+
2307
+
2308
+ </td>
2309
+
2310
+
2311
+
2312
+
2313
+
2314
+ <td class="description last"><p>Note ID</p></td>
2315
+ </tr>
2316
+
2317
+
2318
+
2319
+ <tr>
2320
+
2321
+ <td class="name"><code>created</code></td>
2322
+
2323
+
2324
+ <td class="type">
2325
+
2326
+
2327
+ <span class="param-type">Date</span>
2328
+
2329
+
2330
+
2331
+ </td>
2332
+
2333
+
2334
+
2335
+
2336
+
2337
+ <td class="description last"><p>Note Creation Date</p></td>
2338
+ </tr>
2339
+
2340
+
2341
+
2342
+ <tr>
2343
+
2344
+ <td class="name"><code>modified</code></td>
2345
+
2346
+
2347
+ <td class="type">
2348
+
2349
+
2350
+ <span class="param-type">Date</span>
2351
+
2352
+
2353
+
2354
+ </td>
2355
+
2356
+
2357
+
2358
+
2359
+
2360
+ <td class="description last"><p>Note Modified Date</p></td>
2361
+ </tr>
2362
+
2363
+
2364
+
2365
+ <tr>
2366
+
2367
+ <td class="name"><code>title</code></td>
2368
+
2369
+
2370
+ <td class="type">
2371
+
2372
+
2373
+ <span class="param-type">string</span>
2374
+
2375
+
2376
+
2377
+ </td>
2378
+
2379
+
2380
+
2381
+
2382
+
2383
+ <td class="description last"><p>Note Title</p></td>
2384
+ </tr>
2385
+
2386
+
2387
+
2388
+ <tr>
2389
+
2390
+ <td class="name"><code>body</code></td>
2391
+
2392
+
2393
+ <td class="type">
2394
+
2395
+
2396
+ <span class="param-type">string</span>
2397
+
2398
+
2399
+
2400
+ </td>
2401
+
2402
+
2403
+
2404
+
2405
+
2406
+ <td class="description last"><p>Note Body</p></td>
2407
+ </tr>
2408
+
2409
+
2410
+ </tbody>
2411
+ </table>
2412
+
2413
+
2414
+
2415
+
2416
+
2417
+
2418
+ <div class="description">
2419
+ <p>Task Note</p>
2420
+ </div>
2421
+
2422
+
2423
+
2424
+ <h5>Type:</h5>
2425
+ <ul>
2426
+ <li>
2427
+
2428
+ <span class="param-type">Object</span>
2429
+
2430
+
2431
+ </li>
2432
+ </ul>
2433
+
2434
+
2435
+
2436
+
2437
+
2438
+
2439
+
2440
+
2441
+
2442
+
2443
+ </article>
2444
+
2445
+ </section>
2446
+
2447
+
2448
+
2449
+
2450
+ </div>
2451
+
2452
+ <br class="clear">
2453
+
2454
+ <footer>
2455
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Mon Sep 05 2022 15:26:15 GMT-0400 (Eastern Daylight Time) using the <a href="https://github.com/dwaring87/docdash">@dwaring87/docdash</a> theme.
2456
+ </footer>
2457
+
2458
+ <script>prettyPrint();</script>
2459
+ <script src="scripts/linenumber.js"></script>
2460
+ </body>
2461
+ </html>