Skip to content

[Feature Request] Vikunja To-Do list widget #2193

Closed Locked Answered by edarsey
mgrimace asked this question in Feature Requests
Discussion options

You must be logged in to vote

Since Vikunja has a 2 container stack in my docker compose setup, this is what I did for it.
This API call is for "done" tasks, the next one is for created tasks. You can make as many or as few fields as you want, but it is a fixed amount, I have 5.

         widget:
          type: customapi
          url: https://sub.example.com/api/v1/tasks/all?sort_by=done_at&order_by=desc
          refreshInterval: 60000
          method: GET
          headers:
            Authorization: Bearer [token]
          display: list
          mappings:
            - field:
                0: title
              label: Last Done
              format: text
              additionalField:
                field:…

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mgrimace
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mgrimace
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
4 participants