powered by
Move a section to another project
move_section( section_id, project_id, verbose = TRUE, token = get_todoist_api_token() )
id of the moved section (invisible)
id of the section
target project id
boolean that make the function verbose
todoist API token
if (FALSE) { move_section("12345", project_id = "67890") }
Run the code above in your browser using DataLab