Learn R Programming

⚠️There's a newer version (0.2.0) of this package.Take me there.

rtodoist

This package allows to use the todoist API. You will be able to add projects and tasks to your todoist account.

To find information about todoist API :

https://developer.todoist.com/sync/v8/#getting-started

Installation

You can install the development version of todoist with:

remotes::install_github("ThinkR-open/rtodoist")

Example

library(todoist)

add_project("test") %>%
  add_task_in_project("my_task")

To find more details about the features, look at the ‘How it works’ vignette.

Copy Link

Version

Install

install.packages('rtodoist')

Monthly Downloads

255

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Cervan Girard

Last Published

May 14th, 2020

Functions in rtodoist (0.1.0)

init_project

Init project
update_todoist_api_token

Update Todoist Api Token
%>%

Pipe operator
random_key

Random key
get_tasks

List of tasks
get_todoist_api_token

Get token stored by keyring
add_responsible_to_task

Add responsible to a task
get_id_project

Get id of project
get_projects

List of projects
rtodoist-package

rtodoist: Create and Manage Todolist using 'Todoist.com' API
set_todoist_api_token

Set todoist API token
get_user_id

Get user id
get_users

Get users
open_todoist_website_profile

Open todoist website
get_all

Get all objects inside a list
add_project

Add a new project
ask_todoist_api_token

Pop-up to save the token
add_user_in_project

Add one user
add_users_in_project

Add a list of users
call_api

Call the good version of API
delete_todoist_api_token

Delete todoist api token
add_task_in_project

Add task in project
add_tasks_in_project

Add a list of tasks