2017-11-01 03:33:47 +00:00
|
|
|
# Describes the format for available Remember The Milk services
|
|
|
|
|
|
|
|
create_task:
|
2020-04-05 08:33:45 +00:00
|
|
|
description: >-
|
2017-12-29 18:20:36 +00:00
|
|
|
Create (or update) a new task in your Remember The Milk account. If you want to update a task
|
|
|
|
later on, you have to set an "id" when creating the task.
|
|
|
|
Note: Updating a tasks does not support the smart syntax.
|
2017-11-01 03:33:47 +00:00
|
|
|
fields:
|
|
|
|
name:
|
|
|
|
description: name of the new task, you can use the smart syntax here
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "do this ^today #from_hass"
|
2017-12-29 18:20:36 +00:00
|
|
|
id:
|
|
|
|
description: (optional) identifier for the task you're creating, can be used to update or complete the task later on
|
|
|
|
example: myid
|
|
|
|
|
|
|
|
complete_task:
|
|
|
|
description: Complete a tasks that was privously created.
|
|
|
|
fields:
|
|
|
|
id:
|
|
|
|
description: identifier that was defined when creating the task
|
2020-04-05 08:33:45 +00:00
|
|
|
example: myid
|