@beauraines/rtm-api 1.15.0 → 1.15.2
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 +7 -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/RTMResponse.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">
|
|
@@ -209,7 +209,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
209
209
|
|
|
210
210
|
|
|
211
211
|
|
|
212
|
-
<h4 class="name" id="
|
|
212
|
+
<h4 class="name" id="isOk"><span class="type-signature"></span>isOk<span class="type-signature"> :boolean</span></h4>
|
|
213
213
|
|
|
214
214
|
|
|
215
215
|
|
|
@@ -220,7 +220,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
220
220
|
|
|
221
221
|
<dt class="tag-source">Source:</dt>
|
|
222
222
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
223
|
-
<a href="response_response.js.html">response/response.js</a>, <a href="response_response.js.html#
|
|
223
|
+
<a href="response_response.js.html">response/response.js</a>, <a href="response_response.js.html#line38">line 38</a>
|
|
224
224
|
</li></ul></dd>
|
|
225
225
|
|
|
226
226
|
|
|
@@ -246,11 +246,6 @@ and successful responses from the RTM API Server.</p>
|
|
|
246
246
|
|
|
247
247
|
|
|
248
248
|
|
|
249
|
-
|
|
250
|
-
<dt class="tag-default">Default Value:</dt>
|
|
251
|
-
<dd class="tag-default"><ul class="dummy">
|
|
252
|
-
<li>fail</li>
|
|
253
|
-
</ul></dd>
|
|
254
249
|
|
|
255
250
|
|
|
256
251
|
|
|
@@ -265,7 +260,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
265
260
|
|
|
266
261
|
|
|
267
262
|
<div class="description">
|
|
268
|
-
<p>
|
|
263
|
+
<p>The success of the RTM Response (ie, is <code>true</code> when status is 'ok')</p>
|
|
269
264
|
</div>
|
|
270
265
|
|
|
271
266
|
|
|
@@ -274,7 +269,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
274
269
|
<ul>
|
|
275
270
|
<li>
|
|
276
271
|
|
|
277
|
-
<span class="param-type">
|
|
272
|
+
<span class="param-type">boolean</span>
|
|
278
273
|
|
|
279
274
|
|
|
280
275
|
</li>
|
|
@@ -287,7 +282,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
287
282
|
|
|
288
283
|
|
|
289
284
|
|
|
290
|
-
<h4 class="name" id="
|
|
285
|
+
<h4 class="name" id="props"><span class="type-signature"></span>props<span class="type-signature"> :object</span></h4>
|
|
291
286
|
|
|
292
287
|
|
|
293
288
|
|
|
@@ -298,7 +293,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
298
293
|
|
|
299
294
|
<dt class="tag-source">Source:</dt>
|
|
300
295
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
301
|
-
<a href="response_response.js.html">response/response.js</a>, <a href="response_response.js.html#
|
|
296
|
+
<a href="response_response.js.html">response/response.js</a>, <a href="response_response.js.html#line46">line 46</a>
|
|
302
297
|
</li></ul></dd>
|
|
303
298
|
|
|
304
299
|
|
|
@@ -324,11 +319,6 @@ and successful responses from the RTM API Server.</p>
|
|
|
324
319
|
|
|
325
320
|
|
|
326
321
|
|
|
327
|
-
|
|
328
|
-
<dt class="tag-default">Default Value:</dt>
|
|
329
|
-
<dd class="tag-default"><ul class="dummy">
|
|
330
|
-
<li>ok</li>
|
|
331
|
-
</ul></dd>
|
|
332
322
|
|
|
333
323
|
|
|
334
324
|
|
|
@@ -343,7 +333,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
343
333
|
|
|
344
334
|
|
|
345
335
|
<div class="description">
|
|
346
|
-
<p>RTM
|
|
336
|
+
<p>The RTM API properties of the Response</p>
|
|
347
337
|
</div>
|
|
348
338
|
|
|
349
339
|
|
|
@@ -352,7 +342,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
352
342
|
<ul>
|
|
353
343
|
<li>
|
|
354
344
|
|
|
355
|
-
<span class="param-type">
|
|
345
|
+
<span class="param-type">object</span>
|
|
356
346
|
|
|
357
347
|
|
|
358
348
|
</li>
|
|
@@ -365,7 +355,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
365
355
|
|
|
366
356
|
|
|
367
357
|
|
|
368
|
-
<h4 class="name" id="
|
|
358
|
+
<h4 class="name" id="status"><span class="type-signature"></span>status<span class="type-signature"> :string</span></h4>
|
|
369
359
|
|
|
370
360
|
|
|
371
361
|
|
|
@@ -376,7 +366,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
376
366
|
|
|
377
367
|
<dt class="tag-source">Source:</dt>
|
|
378
368
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
379
|
-
<a href="response_response.js.html">response/response.js</a>, <a href="response_response.js.html#
|
|
369
|
+
<a href="response_response.js.html">response/response.js</a>, <a href="response_response.js.html#line30">line 30</a>
|
|
380
370
|
</li></ul></dd>
|
|
381
371
|
|
|
382
372
|
|
|
@@ -416,7 +406,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
416
406
|
|
|
417
407
|
|
|
418
408
|
<div class="description">
|
|
419
|
-
<p>The
|
|
409
|
+
<p>The RTM Response Status</p>
|
|
420
410
|
</div>
|
|
421
411
|
|
|
422
412
|
|
|
@@ -425,7 +415,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
425
415
|
<ul>
|
|
426
416
|
<li>
|
|
427
417
|
|
|
428
|
-
<span class="param-type">
|
|
418
|
+
<span class="param-type">string</span>
|
|
429
419
|
|
|
430
420
|
|
|
431
421
|
</li>
|
|
@@ -438,7 +428,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
438
428
|
|
|
439
429
|
|
|
440
430
|
|
|
441
|
-
<h4 class="name" id="
|
|
431
|
+
<h4 class="name" id=".STATUS_FAIL"><span class="type-signature">(static) </span>STATUS_FAIL<span class="type-signature"> :string</span></h4>
|
|
442
432
|
|
|
443
433
|
|
|
444
434
|
|
|
@@ -449,7 +439,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
449
439
|
|
|
450
440
|
<dt class="tag-source">Source:</dt>
|
|
451
441
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
452
|
-
<a href="response_response.js.html">response/response.js</a>, <a href="response_response.js.html#
|
|
442
|
+
<a href="response_response.js.html">response/response.js</a>, <a href="response_response.js.html#line98">line 98</a>
|
|
453
443
|
</li></ul></dd>
|
|
454
444
|
|
|
455
445
|
|
|
@@ -475,6 +465,11 @@ and successful responses from the RTM API Server.</p>
|
|
|
475
465
|
|
|
476
466
|
|
|
477
467
|
|
|
468
|
+
|
|
469
|
+
<dt class="tag-default">Default Value:</dt>
|
|
470
|
+
<dd class="tag-default"><ul class="dummy">
|
|
471
|
+
<li>fail</li>
|
|
472
|
+
</ul></dd>
|
|
478
473
|
|
|
479
474
|
|
|
480
475
|
|
|
@@ -489,7 +484,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
489
484
|
|
|
490
485
|
|
|
491
486
|
<div class="description">
|
|
492
|
-
<p>
|
|
487
|
+
<p>RTM Status of 'fail' = error</p>
|
|
493
488
|
</div>
|
|
494
489
|
|
|
495
490
|
|
|
@@ -498,7 +493,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
498
493
|
<ul>
|
|
499
494
|
<li>
|
|
500
495
|
|
|
501
|
-
<span class="param-type">
|
|
496
|
+
<span class="param-type">string</span>
|
|
502
497
|
|
|
503
498
|
|
|
504
499
|
</li>
|
|
@@ -511,7 +506,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
511
506
|
|
|
512
507
|
|
|
513
508
|
|
|
514
|
-
<h4 class="name" id="
|
|
509
|
+
<h4 class="name" id=".STATUS_OK"><span class="type-signature">(static) </span>STATUS_OK<span class="type-signature"> :string</span></h4>
|
|
515
510
|
|
|
516
511
|
|
|
517
512
|
|
|
@@ -522,7 +517,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
522
517
|
|
|
523
518
|
<dt class="tag-source">Source:</dt>
|
|
524
519
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
525
|
-
<a href="response_response.js.html">response/response.js</a>, <a href="response_response.js.html#
|
|
520
|
+
<a href="response_response.js.html">response/response.js</a>, <a href="response_response.js.html#line91">line 91</a>
|
|
526
521
|
</li></ul></dd>
|
|
527
522
|
|
|
528
523
|
|
|
@@ -548,6 +543,11 @@ and successful responses from the RTM API Server.</p>
|
|
|
548
543
|
|
|
549
544
|
|
|
550
545
|
|
|
546
|
+
|
|
547
|
+
<dt class="tag-default">Default Value:</dt>
|
|
548
|
+
<dd class="tag-default"><ul class="dummy">
|
|
549
|
+
<li>ok</li>
|
|
550
|
+
</ul></dd>
|
|
551
551
|
|
|
552
552
|
|
|
553
553
|
|
|
@@ -562,7 +562,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
562
562
|
|
|
563
563
|
|
|
564
564
|
<div class="description">
|
|
565
|
-
<p>
|
|
565
|
+
<p>RTM Status of 'ok' = successful</p>
|
|
566
566
|
</div>
|
|
567
567
|
|
|
568
568
|
|
|
@@ -859,7 +859,7 @@ and successful responses from the RTM API Server.</p>
|
|
|
859
859
|
<br class="clear">
|
|
860
860
|
|
|
861
861
|
<footer>
|
|
862
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc
|
|
862
|
+
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.
|
|
863
863
|
</footer>
|
|
864
864
|
|
|
865
865
|
<script>prettyPrint();</script>
|
package/docs/RTMSuccess.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">
|
|
@@ -328,7 +328,7 @@ include all of the properties of the RTM <code>rsp</code> property.</p>
|
|
|
328
328
|
<br class="clear">
|
|
329
329
|
|
|
330
330
|
<footer>
|
|
331
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc
|
|
331
|
+
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.
|
|
332
332
|
</footer>
|
|
333
333
|
|
|
334
334
|
<script>prettyPrint();</script>
|