TODOIST | Add a Todoist task w/labels, due date, and notes

Versión 1.0.0.0 (2,87 KB) por Bob Spunt
Add Todoist tasks from the command line. Supports adding labels, due dates, and multiple notes.
73 descargas
Actualizado 3 feb 2016

This is inspired by the Alfred Workflow Todoistify written by James Mowery (https://github.com/JamesMowery/todoistify). For this to work, you need to locate your Todoist API key, which you can find under the "Account" tab of the "Todoist Settings"in the web app (https://todoist.com). Near the top of the function code (below the documentation), you'll find a section API TOKEN where the variable "token" is defined. Replace the value with your own token and you should be good to go. This has only been tested on a Mac OS X running El Capitan.
USAGE: todoist(content, duedate, notes)

ARGUMENTS

CONTENT
task description (can include labels, e.g. 'Purchase laptop @finances @work')

DUEDATE (optional, default = 'today')
Human: today, tomorrow, friday, next friday, tom at 16:30, fri at 2pm
Normal: May 29, 5/29, 10/29/15, 10-29-15, 10.29.15
Relative: +5 (5 days from now)

NOTES (optional, default is to add no notes)
notes to add to the added task. if CHAR, it will be added as a single note. if CELL array of strings, each cell will be added as a separate note.

Citar como

Bob Spunt (2024). TODOIST | Add a Todoist task w/labels, due date, and notes (https://github.com/spunt/todoist), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Dates and Time en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión
1.0.0.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.