@beauraines/rtm-api 1.14.3 → 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 +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/src/list/helper.js +19 -1
- package/src/user/lists.js +36 -2
package/docs/RTMUser.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">
|
|
@@ -672,6 +672,72 @@ includes wrapper methods around some common RTM API methods.</p>
|
|
|
672
672
|
|
|
673
673
|
|
|
674
674
|
|
|
675
|
+
<h4 class="name" id="locations"><span class="type-signature"></span>locations<span class="type-signature"></span></h4>
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
<dl class="details">
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
<dt class="tag-source">Source:</dt>
|
|
685
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
686
|
+
<a href="user_index.js.html">user/index.js</a>, <a href="user_index.js.html#line267">line 267</a>
|
|
687
|
+
</li></ul></dd>
|
|
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
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
</dl>
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
<div class="description">
|
|
726
|
+
<p>RTM Location related functions:</p>
|
|
727
|
+
<ul>
|
|
728
|
+
<li>get</li>
|
|
729
|
+
</ul>
|
|
730
|
+
</div>
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
|
|
675
741
|
<h4 class="name" id="requestTimeout"><span class="type-signature"></span>requestTimeout<span class="type-signature"></span></h4>
|
|
676
742
|
|
|
677
743
|
|
|
@@ -746,7 +812,7 @@ includes wrapper methods around some common RTM API methods.</p>
|
|
|
746
812
|
|
|
747
813
|
<dt class="tag-source">Source:</dt>
|
|
748
814
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
749
|
-
<a href="user_index.js.html">user/index.js</a>, <a href="user_index.js.html#
|
|
815
|
+
<a href="user_index.js.html">user/index.js</a>, <a href="user_index.js.html#line292">line 292</a>
|
|
750
816
|
</li></ul></dd>
|
|
751
817
|
|
|
752
818
|
|
|
@@ -801,6 +867,7 @@ includes wrapper methods around some common RTM API methods.</p>
|
|
|
801
867
|
<li><a href="RTMUser.html#~tasks/increasePriority">increasePriority</a></li>
|
|
802
868
|
<li><a href="RTMUser.html#~tasks/move">move</a></li>
|
|
803
869
|
<li><a href="RTMUser.html#~tasks/setDueDate">setDueDate</a></li>
|
|
870
|
+
<li><a href="RTMUser.html#~tasks/setStartDate">setStartDate</a></li>
|
|
804
871
|
<li><a href="RTMUser.html#~tasks/postpone">postpone</a></li>
|
|
805
872
|
<li><a href="RTMUser.html#~tasks/setName">setName</a></li>
|
|
806
873
|
</ul>
|
|
@@ -2208,6 +2275,211 @@ a <code>Login failed / Invalid auth token</code> error was encountered</p></td>
|
|
|
2208
2275
|
|
|
2209
2276
|
|
|
2210
2277
|
|
|
2278
|
+
|
|
2279
|
+
<h4 class="name" id="~lists/get"><span class="type-signature">(inner) </span>lists/get<span class="signature">(callback)</span><span class="type-signature"></span></h4>
|
|
2280
|
+
|
|
2281
|
+
|
|
2282
|
+
|
|
2283
|
+
|
|
2284
|
+
|
|
2285
|
+
|
|
2286
|
+
<dl class="details">
|
|
2287
|
+
|
|
2288
|
+
|
|
2289
|
+
<dt class="tag-source">Source:</dt>
|
|
2290
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
2291
|
+
<a href="user_locations.js.html">user/locations.js</a>, <a href="user_locations.js.html#line15">line 15</a>
|
|
2292
|
+
</li></ul></dd>
|
|
2293
|
+
|
|
2294
|
+
|
|
2295
|
+
|
|
2296
|
+
|
|
2297
|
+
|
|
2298
|
+
|
|
2299
|
+
|
|
2300
|
+
|
|
2301
|
+
|
|
2302
|
+
|
|
2303
|
+
|
|
2304
|
+
|
|
2305
|
+
|
|
2306
|
+
|
|
2307
|
+
|
|
2308
|
+
|
|
2309
|
+
|
|
2310
|
+
|
|
2311
|
+
|
|
2312
|
+
|
|
2313
|
+
|
|
2314
|
+
|
|
2315
|
+
|
|
2316
|
+
|
|
2317
|
+
|
|
2318
|
+
|
|
2319
|
+
|
|
2320
|
+
|
|
2321
|
+
|
|
2322
|
+
|
|
2323
|
+
|
|
2324
|
+
</dl>
|
|
2325
|
+
|
|
2326
|
+
|
|
2327
|
+
|
|
2328
|
+
|
|
2329
|
+
|
|
2330
|
+
<div class="description">
|
|
2331
|
+
<p>Get the list of RTM Lists for this User from the API Server</p>
|
|
2332
|
+
</div>
|
|
2333
|
+
|
|
2334
|
+
|
|
2335
|
+
|
|
2336
|
+
|
|
2337
|
+
|
|
2338
|
+
|
|
2339
|
+
|
|
2340
|
+
|
|
2341
|
+
|
|
2342
|
+
|
|
2343
|
+
|
|
2344
|
+
<h5>Parameters:</h5>
|
|
2345
|
+
|
|
2346
|
+
|
|
2347
|
+
<table class="params">
|
|
2348
|
+
<thead>
|
|
2349
|
+
<tr>
|
|
2350
|
+
|
|
2351
|
+
<th>Name</th>
|
|
2352
|
+
|
|
2353
|
+
|
|
2354
|
+
<th>Type</th>
|
|
2355
|
+
|
|
2356
|
+
|
|
2357
|
+
|
|
2358
|
+
|
|
2359
|
+
|
|
2360
|
+
<th class="last">Description</th>
|
|
2361
|
+
</tr>
|
|
2362
|
+
</thead>
|
|
2363
|
+
|
|
2364
|
+
<tbody>
|
|
2365
|
+
|
|
2366
|
+
|
|
2367
|
+
<tr>
|
|
2368
|
+
|
|
2369
|
+
<td class="name"><code>callback</code></td>
|
|
2370
|
+
|
|
2371
|
+
|
|
2372
|
+
<td class="type">
|
|
2373
|
+
|
|
2374
|
+
|
|
2375
|
+
<span class="param-type">function</span>
|
|
2376
|
+
|
|
2377
|
+
|
|
2378
|
+
|
|
2379
|
+
</td>
|
|
2380
|
+
|
|
2381
|
+
|
|
2382
|
+
|
|
2383
|
+
|
|
2384
|
+
|
|
2385
|
+
<td class="description last"><p>Callback function(err, lists)</p>
|
|
2386
|
+
<h6>Properties</h6>
|
|
2387
|
+
|
|
2388
|
+
|
|
2389
|
+
<table class="params">
|
|
2390
|
+
<thead>
|
|
2391
|
+
<tr>
|
|
2392
|
+
|
|
2393
|
+
<th>Name</th>
|
|
2394
|
+
|
|
2395
|
+
|
|
2396
|
+
<th>Type</th>
|
|
2397
|
+
|
|
2398
|
+
|
|
2399
|
+
|
|
2400
|
+
|
|
2401
|
+
|
|
2402
|
+
<th class="last">Description</th>
|
|
2403
|
+
</tr>
|
|
2404
|
+
</thead>
|
|
2405
|
+
|
|
2406
|
+
<tbody>
|
|
2407
|
+
|
|
2408
|
+
|
|
2409
|
+
<tr>
|
|
2410
|
+
|
|
2411
|
+
<td class="name"><code>err</code></td>
|
|
2412
|
+
|
|
2413
|
+
|
|
2414
|
+
<td class="type">
|
|
2415
|
+
|
|
2416
|
+
|
|
2417
|
+
<span class="param-type"><a href="RTMError.html">RTMError</a></span>
|
|
2418
|
+
|
|
2419
|
+
|
|
2420
|
+
|
|
2421
|
+
</td>
|
|
2422
|
+
|
|
2423
|
+
|
|
2424
|
+
|
|
2425
|
+
|
|
2426
|
+
|
|
2427
|
+
<td class="description last"><p>RTM API Error Response, if encountered</p></td>
|
|
2428
|
+
</tr>
|
|
2429
|
+
|
|
2430
|
+
|
|
2431
|
+
|
|
2432
|
+
<tr>
|
|
2433
|
+
|
|
2434
|
+
<td class="name"><code>lists</code></td>
|
|
2435
|
+
|
|
2436
|
+
|
|
2437
|
+
<td class="type">
|
|
2438
|
+
|
|
2439
|
+
|
|
2440
|
+
<span class="param-type">Array.<<a href="RTMList.html">RTMList</a>></span>
|
|
2441
|
+
|
|
2442
|
+
|
|
2443
|
+
|
|
2444
|
+
</td>
|
|
2445
|
+
|
|
2446
|
+
|
|
2447
|
+
|
|
2448
|
+
|
|
2449
|
+
|
|
2450
|
+
<td class="description last"><p>List of User's RTM Lists</p></td>
|
|
2451
|
+
</tr>
|
|
2452
|
+
|
|
2453
|
+
|
|
2454
|
+
</tbody>
|
|
2455
|
+
</table>
|
|
2456
|
+
|
|
2457
|
+
</td>
|
|
2458
|
+
</tr>
|
|
2459
|
+
|
|
2460
|
+
|
|
2461
|
+
</tbody>
|
|
2462
|
+
</table>
|
|
2463
|
+
|
|
2464
|
+
|
|
2465
|
+
|
|
2466
|
+
|
|
2467
|
+
|
|
2468
|
+
|
|
2469
|
+
|
|
2470
|
+
|
|
2471
|
+
|
|
2472
|
+
|
|
2473
|
+
|
|
2474
|
+
|
|
2475
|
+
|
|
2476
|
+
|
|
2477
|
+
|
|
2478
|
+
|
|
2479
|
+
|
|
2480
|
+
|
|
2481
|
+
|
|
2482
|
+
|
|
2211
2483
|
|
|
2212
2484
|
<h4 class="name" id="~lists/remove"><span class="type-signature">(inner) </span>lists/remove<span class="signature">(name, callback)</span><span class="type-signature"></span></h4>
|
|
2213
2485
|
|
|
@@ -2466,7 +2738,235 @@ a <code>Login failed / Invalid auth token</code> error was encountered</p></td>
|
|
|
2466
2738
|
|
|
2467
2739
|
|
|
2468
2740
|
<div class="description">
|
|
2469
|
-
<p>Rename the specified RTM List for this User</p>
|
|
2741
|
+
<p>Rename the specified RTM List for this User</p>
|
|
2742
|
+
</div>
|
|
2743
|
+
|
|
2744
|
+
|
|
2745
|
+
|
|
2746
|
+
|
|
2747
|
+
|
|
2748
|
+
|
|
2749
|
+
|
|
2750
|
+
|
|
2751
|
+
|
|
2752
|
+
|
|
2753
|
+
|
|
2754
|
+
<h5>Parameters:</h5>
|
|
2755
|
+
|
|
2756
|
+
|
|
2757
|
+
<table class="params">
|
|
2758
|
+
<thead>
|
|
2759
|
+
<tr>
|
|
2760
|
+
|
|
2761
|
+
<th>Name</th>
|
|
2762
|
+
|
|
2763
|
+
|
|
2764
|
+
<th>Type</th>
|
|
2765
|
+
|
|
2766
|
+
|
|
2767
|
+
|
|
2768
|
+
|
|
2769
|
+
|
|
2770
|
+
<th class="last">Description</th>
|
|
2771
|
+
</tr>
|
|
2772
|
+
</thead>
|
|
2773
|
+
|
|
2774
|
+
<tbody>
|
|
2775
|
+
|
|
2776
|
+
|
|
2777
|
+
<tr>
|
|
2778
|
+
|
|
2779
|
+
<td class="name"><code>oldName</code></td>
|
|
2780
|
+
|
|
2781
|
+
|
|
2782
|
+
<td class="type">
|
|
2783
|
+
|
|
2784
|
+
|
|
2785
|
+
<span class="param-type">string</span>
|
|
2786
|
+
|
|
2787
|
+
|
|
2788
|
+
|
|
2789
|
+
</td>
|
|
2790
|
+
|
|
2791
|
+
|
|
2792
|
+
|
|
2793
|
+
|
|
2794
|
+
|
|
2795
|
+
<td class="description last"><p>Old RTM List Name</p></td>
|
|
2796
|
+
</tr>
|
|
2797
|
+
|
|
2798
|
+
|
|
2799
|
+
|
|
2800
|
+
<tr>
|
|
2801
|
+
|
|
2802
|
+
<td class="name"><code>newName</code></td>
|
|
2803
|
+
|
|
2804
|
+
|
|
2805
|
+
<td class="type">
|
|
2806
|
+
|
|
2807
|
+
|
|
2808
|
+
<span class="param-type">string</span>
|
|
2809
|
+
|
|
2810
|
+
|
|
2811
|
+
|
|
2812
|
+
</td>
|
|
2813
|
+
|
|
2814
|
+
|
|
2815
|
+
|
|
2816
|
+
|
|
2817
|
+
|
|
2818
|
+
<td class="description last"><p>New RTM List name</p></td>
|
|
2819
|
+
</tr>
|
|
2820
|
+
|
|
2821
|
+
|
|
2822
|
+
|
|
2823
|
+
<tr>
|
|
2824
|
+
|
|
2825
|
+
<td class="name"><code>callback</code></td>
|
|
2826
|
+
|
|
2827
|
+
|
|
2828
|
+
<td class="type">
|
|
2829
|
+
|
|
2830
|
+
|
|
2831
|
+
<span class="param-type">function</span>
|
|
2832
|
+
|
|
2833
|
+
|
|
2834
|
+
|
|
2835
|
+
</td>
|
|
2836
|
+
|
|
2837
|
+
|
|
2838
|
+
|
|
2839
|
+
|
|
2840
|
+
|
|
2841
|
+
<td class="description last"><p>Callback function(err)</p>
|
|
2842
|
+
<h6>Properties</h6>
|
|
2843
|
+
|
|
2844
|
+
|
|
2845
|
+
<table class="params">
|
|
2846
|
+
<thead>
|
|
2847
|
+
<tr>
|
|
2848
|
+
|
|
2849
|
+
<th>Name</th>
|
|
2850
|
+
|
|
2851
|
+
|
|
2852
|
+
<th>Type</th>
|
|
2853
|
+
|
|
2854
|
+
|
|
2855
|
+
|
|
2856
|
+
|
|
2857
|
+
|
|
2858
|
+
<th class="last">Description</th>
|
|
2859
|
+
</tr>
|
|
2860
|
+
</thead>
|
|
2861
|
+
|
|
2862
|
+
<tbody>
|
|
2863
|
+
|
|
2864
|
+
|
|
2865
|
+
<tr>
|
|
2866
|
+
|
|
2867
|
+
<td class="name"><code>err</code></td>
|
|
2868
|
+
|
|
2869
|
+
|
|
2870
|
+
<td class="type">
|
|
2871
|
+
|
|
2872
|
+
|
|
2873
|
+
<span class="param-type"><a href="RTMError.html">RTMError</a></span>
|
|
2874
|
+
|
|
2875
|
+
|
|
2876
|
+
|
|
2877
|
+
</td>
|
|
2878
|
+
|
|
2879
|
+
|
|
2880
|
+
|
|
2881
|
+
|
|
2882
|
+
|
|
2883
|
+
<td class="description last"><p>RTM API Error Response, if encountered</p></td>
|
|
2884
|
+
</tr>
|
|
2885
|
+
|
|
2886
|
+
|
|
2887
|
+
</tbody>
|
|
2888
|
+
</table>
|
|
2889
|
+
|
|
2890
|
+
</td>
|
|
2891
|
+
</tr>
|
|
2892
|
+
|
|
2893
|
+
|
|
2894
|
+
</tbody>
|
|
2895
|
+
</table>
|
|
2896
|
+
|
|
2897
|
+
|
|
2898
|
+
|
|
2899
|
+
|
|
2900
|
+
|
|
2901
|
+
|
|
2902
|
+
|
|
2903
|
+
|
|
2904
|
+
|
|
2905
|
+
|
|
2906
|
+
|
|
2907
|
+
|
|
2908
|
+
|
|
2909
|
+
|
|
2910
|
+
|
|
2911
|
+
|
|
2912
|
+
|
|
2913
|
+
|
|
2914
|
+
|
|
2915
|
+
|
|
2916
|
+
|
|
2917
|
+
<h4 class="name" id="~lists/unarchive"><span class="type-signature">(inner) </span>lists/unarchive<span class="signature">(name, callback)</span><span class="type-signature"></span></h4>
|
|
2918
|
+
|
|
2919
|
+
|
|
2920
|
+
|
|
2921
|
+
|
|
2922
|
+
|
|
2923
|
+
|
|
2924
|
+
<dl class="details">
|
|
2925
|
+
|
|
2926
|
+
|
|
2927
|
+
<dt class="tag-source">Source:</dt>
|
|
2928
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
2929
|
+
<a href="user_lists.js.html">user/lists.js</a>, <a href="user_lists.js.html#line149">line 149</a>
|
|
2930
|
+
</li></ul></dd>
|
|
2931
|
+
|
|
2932
|
+
|
|
2933
|
+
|
|
2934
|
+
|
|
2935
|
+
|
|
2936
|
+
|
|
2937
|
+
|
|
2938
|
+
|
|
2939
|
+
|
|
2940
|
+
|
|
2941
|
+
|
|
2942
|
+
|
|
2943
|
+
|
|
2944
|
+
|
|
2945
|
+
|
|
2946
|
+
|
|
2947
|
+
|
|
2948
|
+
|
|
2949
|
+
|
|
2950
|
+
|
|
2951
|
+
|
|
2952
|
+
|
|
2953
|
+
|
|
2954
|
+
|
|
2955
|
+
|
|
2956
|
+
|
|
2957
|
+
|
|
2958
|
+
|
|
2959
|
+
|
|
2960
|
+
|
|
2961
|
+
|
|
2962
|
+
</dl>
|
|
2963
|
+
|
|
2964
|
+
|
|
2965
|
+
|
|
2966
|
+
|
|
2967
|
+
|
|
2968
|
+
<div class="description">
|
|
2969
|
+
<p>Unarchive the specified RTM List for this User</p>
|
|
2470
2970
|
</div>
|
|
2471
2971
|
|
|
2472
2972
|
|
|
@@ -2504,30 +3004,7 @@ a <code>Login failed / Invalid auth token</code> error was encountered</p></td>
|
|
|
2504
3004
|
|
|
2505
3005
|
<tr>
|
|
2506
3006
|
|
|
2507
|
-
<td class="name"><code>
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
<td class="type">
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
<span class="param-type">string</span>
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
</td>
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
<td class="description last"><p>Old RTM List Name</p></td>
|
|
2524
|
-
</tr>
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
<tr>
|
|
2529
|
-
|
|
2530
|
-
<td class="name"><code>newName</code></td>
|
|
3007
|
+
<td class="name"><code>name</code></td>
|
|
2531
3008
|
|
|
2532
3009
|
|
|
2533
3010
|
<td class="type">
|
|
@@ -2543,7 +3020,7 @@ a <code>Login failed / Invalid auth token</code> error was encountered</p></td>
|
|
|
2543
3020
|
|
|
2544
3021
|
|
|
2545
3022
|
|
|
2546
|
-
<td class="description last"><p>
|
|
3023
|
+
<td class="description last"><p>RTM List Name</p></td>
|
|
2547
3024
|
</tr>
|
|
2548
3025
|
|
|
2549
3026
|
|
|
@@ -6340,7 +6817,7 @@ contribute to laggy performance. You may be better off using rtmIndexFetchTask()
|
|
|
6340
6817
|
|
|
6341
6818
|
<dt class="tag-source">Source:</dt>
|
|
6342
6819
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6343
|
-
<a href="user_tasks.js.html">user/tasks.js</a>, <a href="user_tasks.js.html#
|
|
6820
|
+
<a href="user_tasks.js.html">user/tasks.js</a>, <a href="user_tasks.js.html#line635">line 635</a>
|
|
6344
6821
|
</li></ul></dd>
|
|
6345
6822
|
|
|
6346
6823
|
|
|
@@ -6555,6 +7032,234 @@ contribute to laggy performance. You may be better off using rtmIndexFetchTask()
|
|
|
6555
7032
|
|
|
6556
7033
|
|
|
6557
7034
|
|
|
7035
|
+
|
|
7036
|
+
<h4 class="name" id="~tasks/setStartDate"><span class="type-signature">(inner) </span>tasks/setStartDate<span class="signature">(index, start, callback)</span><span class="type-signature"></span></h4>
|
|
7037
|
+
|
|
7038
|
+
|
|
7039
|
+
|
|
7040
|
+
|
|
7041
|
+
|
|
7042
|
+
|
|
7043
|
+
<dl class="details">
|
|
7044
|
+
|
|
7045
|
+
|
|
7046
|
+
<dt class="tag-source">Source:</dt>
|
|
7047
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
7048
|
+
<a href="user_tasks.js.html">user/tasks.js</a>, <a href="user_tasks.js.html#line605">line 605</a>
|
|
7049
|
+
</li></ul></dd>
|
|
7050
|
+
|
|
7051
|
+
|
|
7052
|
+
|
|
7053
|
+
|
|
7054
|
+
|
|
7055
|
+
|
|
7056
|
+
|
|
7057
|
+
|
|
7058
|
+
|
|
7059
|
+
|
|
7060
|
+
|
|
7061
|
+
|
|
7062
|
+
|
|
7063
|
+
|
|
7064
|
+
|
|
7065
|
+
|
|
7066
|
+
|
|
7067
|
+
|
|
7068
|
+
|
|
7069
|
+
|
|
7070
|
+
|
|
7071
|
+
|
|
7072
|
+
|
|
7073
|
+
|
|
7074
|
+
|
|
7075
|
+
|
|
7076
|
+
|
|
7077
|
+
|
|
7078
|
+
|
|
7079
|
+
|
|
7080
|
+
|
|
7081
|
+
</dl>
|
|
7082
|
+
|
|
7083
|
+
|
|
7084
|
+
|
|
7085
|
+
|
|
7086
|
+
|
|
7087
|
+
<div class="description">
|
|
7088
|
+
<p>Set the Start Date of the specified Task</p>
|
|
7089
|
+
</div>
|
|
7090
|
+
|
|
7091
|
+
|
|
7092
|
+
|
|
7093
|
+
|
|
7094
|
+
|
|
7095
|
+
|
|
7096
|
+
|
|
7097
|
+
|
|
7098
|
+
|
|
7099
|
+
|
|
7100
|
+
|
|
7101
|
+
<h5>Parameters:</h5>
|
|
7102
|
+
|
|
7103
|
+
|
|
7104
|
+
<table class="params">
|
|
7105
|
+
<thead>
|
|
7106
|
+
<tr>
|
|
7107
|
+
|
|
7108
|
+
<th>Name</th>
|
|
7109
|
+
|
|
7110
|
+
|
|
7111
|
+
<th>Type</th>
|
|
7112
|
+
|
|
7113
|
+
|
|
7114
|
+
|
|
7115
|
+
|
|
7116
|
+
|
|
7117
|
+
<th class="last">Description</th>
|
|
7118
|
+
</tr>
|
|
7119
|
+
</thead>
|
|
7120
|
+
|
|
7121
|
+
<tbody>
|
|
7122
|
+
|
|
7123
|
+
|
|
7124
|
+
<tr>
|
|
7125
|
+
|
|
7126
|
+
<td class="name"><code>index</code></td>
|
|
7127
|
+
|
|
7128
|
+
|
|
7129
|
+
<td class="type">
|
|
7130
|
+
|
|
7131
|
+
|
|
7132
|
+
<span class="param-type">int</span>
|
|
7133
|
+
|
|
7134
|
+
|
|
7135
|
+
|
|
7136
|
+
</td>
|
|
7137
|
+
|
|
7138
|
+
|
|
7139
|
+
|
|
7140
|
+
|
|
7141
|
+
|
|
7142
|
+
<td class="description last"><p>Task Index</p></td>
|
|
7143
|
+
</tr>
|
|
7144
|
+
|
|
7145
|
+
|
|
7146
|
+
|
|
7147
|
+
<tr>
|
|
7148
|
+
|
|
7149
|
+
<td class="name"><code>start</code></td>
|
|
7150
|
+
|
|
7151
|
+
|
|
7152
|
+
<td class="type">
|
|
7153
|
+
|
|
7154
|
+
|
|
7155
|
+
<span class="param-type">string</span>
|
|
7156
|
+
|
|
7157
|
+
|
|
7158
|
+
|
|
7159
|
+
</td>
|
|
7160
|
+
|
|
7161
|
+
|
|
7162
|
+
|
|
7163
|
+
|
|
7164
|
+
|
|
7165
|
+
<td class="description last"><p>The Start Date of the Task (RTM parsed date)</p></td>
|
|
7166
|
+
</tr>
|
|
7167
|
+
|
|
7168
|
+
|
|
7169
|
+
|
|
7170
|
+
<tr>
|
|
7171
|
+
|
|
7172
|
+
<td class="name"><code>callback</code></td>
|
|
7173
|
+
|
|
7174
|
+
|
|
7175
|
+
<td class="type">
|
|
7176
|
+
|
|
7177
|
+
|
|
7178
|
+
<span class="param-type">function</span>
|
|
7179
|
+
|
|
7180
|
+
|
|
7181
|
+
|
|
7182
|
+
</td>
|
|
7183
|
+
|
|
7184
|
+
|
|
7185
|
+
|
|
7186
|
+
|
|
7187
|
+
|
|
7188
|
+
<td class="description last"><p>Callback function(err)</p>
|
|
7189
|
+
<h6>Properties</h6>
|
|
7190
|
+
|
|
7191
|
+
|
|
7192
|
+
<table class="params">
|
|
7193
|
+
<thead>
|
|
7194
|
+
<tr>
|
|
7195
|
+
|
|
7196
|
+
<th>Name</th>
|
|
7197
|
+
|
|
7198
|
+
|
|
7199
|
+
<th>Type</th>
|
|
7200
|
+
|
|
7201
|
+
|
|
7202
|
+
|
|
7203
|
+
|
|
7204
|
+
|
|
7205
|
+
<th class="last">Description</th>
|
|
7206
|
+
</tr>
|
|
7207
|
+
</thead>
|
|
7208
|
+
|
|
7209
|
+
<tbody>
|
|
7210
|
+
|
|
7211
|
+
|
|
7212
|
+
<tr>
|
|
7213
|
+
|
|
7214
|
+
<td class="name"><code>err</code></td>
|
|
7215
|
+
|
|
7216
|
+
|
|
7217
|
+
<td class="type">
|
|
7218
|
+
|
|
7219
|
+
|
|
7220
|
+
<span class="param-type"><a href="RTMError.html">RTMError</a></span>
|
|
7221
|
+
|
|
7222
|
+
|
|
7223
|
+
|
|
7224
|
+
</td>
|
|
7225
|
+
|
|
7226
|
+
|
|
7227
|
+
|
|
7228
|
+
|
|
7229
|
+
|
|
7230
|
+
<td class="description last"><p>RTM API Error Response, if encountered</p></td>
|
|
7231
|
+
</tr>
|
|
7232
|
+
|
|
7233
|
+
|
|
7234
|
+
</tbody>
|
|
7235
|
+
</table>
|
|
7236
|
+
|
|
7237
|
+
</td>
|
|
7238
|
+
</tr>
|
|
7239
|
+
|
|
7240
|
+
|
|
7241
|
+
</tbody>
|
|
7242
|
+
</table>
|
|
7243
|
+
|
|
7244
|
+
|
|
7245
|
+
|
|
7246
|
+
|
|
7247
|
+
|
|
7248
|
+
|
|
7249
|
+
|
|
7250
|
+
|
|
7251
|
+
|
|
7252
|
+
|
|
7253
|
+
|
|
7254
|
+
|
|
7255
|
+
|
|
7256
|
+
|
|
7257
|
+
|
|
7258
|
+
|
|
7259
|
+
|
|
7260
|
+
|
|
7261
|
+
|
|
7262
|
+
|
|
6558
7263
|
|
|
6559
7264
|
<h4 class="name" id="~tasks/setURL"><span class="type-signature">(inner) </span>tasks/setURL<span class="signature">(index, url, callback)</span><span class="type-signature"></span></h4>
|
|
6560
7265
|
|
|
@@ -6568,7 +7273,7 @@ contribute to laggy performance. You may be better off using rtmIndexFetchTask()
|
|
|
6568
7273
|
|
|
6569
7274
|
<dt class="tag-source">Source:</dt>
|
|
6570
7275
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6571
|
-
<a href="user_tasks.js.html">user/tasks.js</a>, <a href="user_tasks.js.html#
|
|
7276
|
+
<a href="user_tasks.js.html">user/tasks.js</a>, <a href="user_tasks.js.html#line665">line 665</a>
|
|
6572
7277
|
</li></ul></dd>
|
|
6573
7278
|
|
|
6574
7279
|
|
|
@@ -7002,7 +7707,7 @@ contribute to laggy performance. You may be better off using rtmIndexFetchTask()
|
|
|
7002
7707
|
<br class="clear">
|
|
7003
7708
|
|
|
7004
7709
|
<footer>
|
|
7005
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc
|
|
7710
|
+
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.
|
|
7006
7711
|
</footer>
|
|
7007
7712
|
|
|
7008
7713
|
<script>prettyPrint();</script>
|