Site updated at 2018-01-17 12:29:18 UTC

This commit is contained in:
Travis CI 2018-01-17 12:29:18 +00:00
parent 6ee5a9a7e6
commit 0588f1a95f
37 changed files with 260 additions and 90 deletions

View file

@ -178,7 +178,7 @@
</li>
</ul>
<h3><a class="title-link" name="services" href="#services"></a> Services</h3>
<p>Todoist also comes with access to a service, <code class="highlighter-rouge">todoist.new_task</code>. This service can be used to create a new Todoist task. You can specify labels and a project, or you can leave them blank, and the task will go to your “Inbox” project.</p>
<p>Todoist also comes with access to a service, <code class="highlighter-rouge">calendar.todoist_new_task</code>. This service can be used to create a new Todoist task. You can specify labels and a project, or you can leave them blank, and the task will go to your “Inbox” project.</p>
<p>Heres an example JSON payload:</p>
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
</span><span class="nt">"content"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Pick up the mail"</span><span class="p">,</span><span class="w">