@beauraines/rtm-api 1.15.0 → 1.15.3
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.
- package/.all-contributorsrc +26 -0
- package/CHANGELOG.md +14 -0
- package/README.md +26 -0
- package/docs/RTMClient.html +78 -78
- package/docs/RTMError.html +30 -30
- package/docs/RTMList.html +2 -2
- package/docs/RTMLocation.html +747 -0
- package/docs/RTMResponse.html +31 -31
- package/docs/RTMSuccess.html +2 -2
- package/docs/RTMTask.html +106 -33
- package/docs/RTMUser.html +736 -31
- package/docs/client_auth.js.html +2 -2
- package/docs/client_index.js.html +2 -2
- package/docs/client_user.js.html +2 -2
- package/docs/global.html +186 -2
- package/docs/index.html +13 -5
- package/docs/list_index.js.html +2 -2
- package/docs/location_index.js.html +140 -0
- package/docs/response_error.js.html +2 -2
- package/docs/response_response.js.html +2 -2
- package/docs/response_success.js.html +2 -2
- package/docs/task_helper.js.html +2 -2
- package/docs/task_index.js.html +12 -2
- package/docs/user_index.js.html +14 -3
- package/docs/user_lists.js.html +38 -4
- package/docs/user_locations.js.html +85 -0
- package/docs/user_tasks.js.html +34 -4
- package/docs/utils_fetch.js.html +2 -2
- package/docs/utils_rruleToDuration.js.html +102 -0
- package/package.json +3 -2
package/docs/RTMError.html
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<label for="nav-trigger" class="overlay"></label>
|
|
24
24
|
|
|
25
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
|
|
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#toString">toString</a></li><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></ul></li><li><a href="RTMList.html">RTMList</a></li><li><a href="RTMLocation.html">RTMLocation</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/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#~lists/unarchive">lists/unarchive</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/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/setStartDate">tasks/setStartDate</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#callAPI">callAPI</a></li><li><a href="global.html#formQuery">formQuery</a></li><li><a href="global.html#rruleToISODuration">rruleToISODuration</a></li><li><a href="global.html#setStartDate">setStartDate</a></li></ul>
|
|
27
27
|
</nav>
|
|
28
28
|
|
|
29
29
|
<div id="main">
|
|
@@ -387,7 +387,7 @@ response.</p>
|
|
|
387
387
|
|
|
388
388
|
|
|
389
389
|
|
|
390
|
-
<h4 class="name" id="
|
|
390
|
+
<h4 class="name" id="toString"><span class="type-signature"></span>toString<span class="signature">()</span><span class="type-signature"> → {string}</span></h4>
|
|
391
391
|
|
|
392
392
|
|
|
393
393
|
|
|
@@ -399,7 +399,7 @@ response.</p>
|
|
|
399
399
|
|
|
400
400
|
<dt class="tag-source">Source:</dt>
|
|
401
401
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
402
|
-
<a href="response_error.js.html">response/error.js</a>, <a href="response_error.js.html#
|
|
402
|
+
<a href="response_error.js.html">response/error.js</a>, <a href="response_error.js.html#line52">line 52</a>
|
|
403
403
|
</li></ul></dd>
|
|
404
404
|
|
|
405
405
|
|
|
@@ -439,8 +439,7 @@ response.</p>
|
|
|
439
439
|
|
|
440
440
|
|
|
441
441
|
<div class="description">
|
|
442
|
-
<p>
|
|
443
|
-
<p>Error Code: <code>-1</code></p>
|
|
442
|
+
<p>Get a String representation of the Error</p>
|
|
444
443
|
</div>
|
|
445
444
|
|
|
446
445
|
|
|
@@ -476,7 +475,7 @@ response.</p>
|
|
|
476
475
|
</dt>
|
|
477
476
|
<dd>
|
|
478
477
|
|
|
479
|
-
<span class="param-type"
|
|
478
|
+
<span class="param-type">string</span>
|
|
480
479
|
|
|
481
480
|
|
|
482
481
|
</dd>
|
|
@@ -490,7 +489,7 @@ response.</p>
|
|
|
490
489
|
|
|
491
490
|
|
|
492
491
|
|
|
493
|
-
<h4 class="name" id=".
|
|
492
|
+
<h4 class="name" id=".networkError"><span class="type-signature">(static) </span>networkError<span class="signature">()</span><span class="type-signature"> → {<a href="RTMError.html">RTMError</a>}</span></h4>
|
|
494
493
|
|
|
495
494
|
|
|
496
495
|
|
|
@@ -502,7 +501,7 @@ response.</p>
|
|
|
502
501
|
|
|
503
502
|
<dt class="tag-source">Source:</dt>
|
|
504
503
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
505
|
-
<a href="response_error.js.html">response/error.js</a>, <a href="response_error.js.html#
|
|
504
|
+
<a href="response_error.js.html">response/error.js</a>, <a href="response_error.js.html#line67">line 67</a>
|
|
506
505
|
</li></ul></dd>
|
|
507
506
|
|
|
508
507
|
|
|
@@ -542,9 +541,8 @@ response.</p>
|
|
|
542
541
|
|
|
543
542
|
|
|
544
543
|
<div class="description">
|
|
545
|
-
<p>Create a new <code>RTMError</code> that represents
|
|
546
|
-
|
|
547
|
-
<p>Error Code: <code>-4</code></p>
|
|
544
|
+
<p>Create a new <code>RTMError</code> that represents a network error.</p>
|
|
545
|
+
<p>Error Code: <code>-1</code></p>
|
|
548
546
|
</div>
|
|
549
547
|
|
|
550
548
|
|
|
@@ -594,7 +592,7 @@ returned a HTTP Status code of <code>503</code>).</p>
|
|
|
594
592
|
|
|
595
593
|
|
|
596
594
|
|
|
597
|
-
<h4 class="name" id=".
|
|
595
|
+
<h4 class="name" id=".rateLimitError"><span class="type-signature">(static) </span>rateLimitError<span class="signature">()</span><span class="type-signature"> → {<a href="RTMError.html">RTMError</a>}</span></h4>
|
|
598
596
|
|
|
599
597
|
|
|
600
598
|
|
|
@@ -606,7 +604,7 @@ returned a HTTP Status code of <code>503</code>).</p>
|
|
|
606
604
|
|
|
607
605
|
<dt class="tag-source">Source:</dt>
|
|
608
606
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
609
|
-
<a href="response_error.js.html">response/error.js</a>, <a href="response_error.js.html#
|
|
607
|
+
<a href="response_error.js.html">response/error.js</a>, <a href="response_error.js.html#line99">line 99</a>
|
|
610
608
|
</li></ul></dd>
|
|
611
609
|
|
|
612
610
|
|
|
@@ -646,9 +644,9 @@ returned a HTTP Status code of <code>503</code>).</p>
|
|
|
646
644
|
|
|
647
645
|
|
|
648
646
|
<div class="description">
|
|
649
|
-
<p>Create a new <code>RTMError</code> that represents an
|
|
650
|
-
of
|
|
651
|
-
<p>Error Code: <code>-
|
|
647
|
+
<p>Create a new <code>RTMError</code> that represents an RTM API Rate Limit (the RTM API
|
|
648
|
+
returned a HTTP Status code of <code>503</code>).</p>
|
|
649
|
+
<p>Error Code: <code>-4</code></p>
|
|
652
650
|
</div>
|
|
653
651
|
|
|
654
652
|
|
|
@@ -698,7 +696,7 @@ of range).</p>
|
|
|
698
696
|
|
|
699
697
|
|
|
700
698
|
|
|
701
|
-
<h4 class="name" id=".
|
|
699
|
+
<h4 class="name" id=".referenceError"><span class="type-signature">(static) </span>referenceError<span class="signature">()</span><span class="type-signature"> → {<a href="RTMError.html">RTMError</a>}</span></h4>
|
|
702
700
|
|
|
703
701
|
|
|
704
702
|
|
|
@@ -710,7 +708,7 @@ of range).</p>
|
|
|
710
708
|
|
|
711
709
|
<dt class="tag-source">Source:</dt>
|
|
712
710
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
713
|
-
<a href="response_error.js.html">response/error.js</a>, <a href="response_error.js.html#
|
|
711
|
+
<a href="response_error.js.html">response/error.js</a>, <a href="response_error.js.html#line88">line 88</a>
|
|
714
712
|
</li></ul></dd>
|
|
715
713
|
|
|
716
714
|
|
|
@@ -750,8 +748,9 @@ of range).</p>
|
|
|
750
748
|
|
|
751
749
|
|
|
752
750
|
<div class="description">
|
|
753
|
-
<p>Create a new <code>RTMError</code> that represents an
|
|
754
|
-
|
|
751
|
+
<p>Create a new <code>RTMError</code> that represents an index error (ie, task index is out
|
|
752
|
+
of range).</p>
|
|
753
|
+
<p>Error Code: <code>-3</code></p>
|
|
755
754
|
</div>
|
|
756
755
|
|
|
757
756
|
|
|
@@ -801,7 +800,7 @@ of range).</p>
|
|
|
801
800
|
|
|
802
801
|
|
|
803
802
|
|
|
804
|
-
<h4 class="name" id=".
|
|
803
|
+
<h4 class="name" id=".responseError"><span class="type-signature">(static) </span>responseError<span class="signature">()</span><span class="type-signature"> → {<a href="RTMError.html">RTMError</a>}</span></h4>
|
|
805
804
|
|
|
806
805
|
|
|
807
806
|
|
|
@@ -813,7 +812,7 @@ of range).</p>
|
|
|
813
812
|
|
|
814
813
|
<dt class="tag-source">Source:</dt>
|
|
815
814
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
816
|
-
<a href="response_error.js.html">response/error.js</a>, <a href="response_error.js.html#
|
|
815
|
+
<a href="response_error.js.html">response/error.js</a>, <a href="response_error.js.html#line77">line 77</a>
|
|
817
816
|
</li></ul></dd>
|
|
818
817
|
|
|
819
818
|
|
|
@@ -853,9 +852,8 @@ of range).</p>
|
|
|
853
852
|
|
|
854
853
|
|
|
855
854
|
<div class="description">
|
|
856
|
-
<p>Create a new <code>RTMError</code> that represents an
|
|
857
|
-
|
|
858
|
-
<p>Error Code: <code>-5</code></p>
|
|
855
|
+
<p>Create a new <code>RTMError</code> that represents an API response error.</p>
|
|
856
|
+
<p>Error Code: <code>-2</code></p>
|
|
859
857
|
</div>
|
|
860
858
|
|
|
861
859
|
|
|
@@ -905,7 +903,7 @@ returned a HTTP Status code of <code>5xx</code> - excluding <code>503</code>).</
|
|
|
905
903
|
|
|
906
904
|
|
|
907
905
|
|
|
908
|
-
<h4 class="name" id="
|
|
906
|
+
<h4 class="name" id=".serverError"><span class="type-signature">(static) </span>serverError<span class="signature">()</span><span class="type-signature"> → {<a href="RTMError.html">RTMError</a>}</span></h4>
|
|
909
907
|
|
|
910
908
|
|
|
911
909
|
|
|
@@ -917,7 +915,7 @@ returned a HTTP Status code of <code>5xx</code> - excluding <code>503</code>).</
|
|
|
917
915
|
|
|
918
916
|
<dt class="tag-source">Source:</dt>
|
|
919
917
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
920
|
-
<a href="response_error.js.html">response/error.js</a>, <a href="response_error.js.html#
|
|
918
|
+
<a href="response_error.js.html">response/error.js</a>, <a href="response_error.js.html#line110">line 110</a>
|
|
921
919
|
</li></ul></dd>
|
|
922
920
|
|
|
923
921
|
|
|
@@ -957,7 +955,9 @@ returned a HTTP Status code of <code>5xx</code> - excluding <code>503</code>).</
|
|
|
957
955
|
|
|
958
956
|
|
|
959
957
|
<div class="description">
|
|
960
|
-
<p>
|
|
958
|
+
<p>Create a new <code>RTMError</code> that represents an RTM API Server Error (the RTM API
|
|
959
|
+
returned a HTTP Status code of <code>5xx</code> - excluding <code>503</code>).</p>
|
|
960
|
+
<p>Error Code: <code>-5</code></p>
|
|
961
961
|
</div>
|
|
962
962
|
|
|
963
963
|
|
|
@@ -993,7 +993,7 @@ returned a HTTP Status code of <code>5xx</code> - excluding <code>503</code>).</
|
|
|
993
993
|
</dt>
|
|
994
994
|
<dd>
|
|
995
995
|
|
|
996
|
-
<span class="param-type">
|
|
996
|
+
<span class="param-type"><a href="RTMError.html">RTMError</a></span>
|
|
997
997
|
|
|
998
998
|
|
|
999
999
|
</dd>
|
|
@@ -1020,7 +1020,7 @@ returned a HTTP Status code of <code>5xx</code> - excluding <code>503</code>).</
|
|
|
1020
1020
|
<br class="clear">
|
|
1021
1021
|
|
|
1022
1022
|
<footer>
|
|
1023
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc
|
|
1023
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat May 23 2026 14:02:27 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/dwaring87/docdash">@dwaring87/docdash</a> theme.
|
|
1024
1024
|
</footer>
|
|
1025
1025
|
|
|
1026
1026
|
<script>prettyPrint();</script>
|
package/docs/RTMList.html
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<label for="nav-trigger" class="overlay"></label>
|
|
24
24
|
|
|
25
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
|
|
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#toString">toString</a></li><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></ul></li><li><a href="RTMList.html">RTMList</a></li><li><a href="RTMLocation.html">RTMLocation</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/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#~lists/unarchive">lists/unarchive</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/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/setStartDate">tasks/setStartDate</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#callAPI">callAPI</a></li><li><a href="global.html#formQuery">formQuery</a></li><li><a href="global.html#rruleToISODuration">rruleToISODuration</a></li><li><a href="global.html#setStartDate">setStartDate</a></li></ul>
|
|
27
27
|
</nav>
|
|
28
28
|
|
|
29
29
|
<div id="main">
|
|
@@ -957,7 +957,7 @@ let name = list.name;
|
|
|
957
957
|
<br class="clear">
|
|
958
958
|
|
|
959
959
|
<footer>
|
|
960
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc
|
|
960
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat May 23 2026 14:02:27 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/dwaring87/docdash">@dwaring87/docdash</a> theme.
|
|
961
961
|
</footer>
|
|
962
962
|
|
|
963
963
|
<script>prettyPrint();</script>
|