get all task from a project
get_current_project_task_detail(
project_name = get_context_project(),
api_token = get_toggl_api_token(),
workspace_id = get_workspace_id(),
since = Sys.Date() - lubridate::years(1),
until = Sys.Date(),
humain = TRUE
)
project name
the toggl api token
the workspace id
a date
a date
boolean humain readable time