My understanding from the docs is that item.day_order returns an integer of where a task sits in the queue in relation to other tasks in the Today view. However in my case where i'm using a custom sort for the web apps Today view the tasks day_order always return -1. I've tried changing the sort type in the web app but still I get -1 returned for all my tasks.
Am I missing a big piece of the puzzle here? Am I misunderstanding the true nature of day_order?
My understanding from the docs is that
item.day_orderreturns an integer of where a task sits in the queue in relation to other tasks in the Today view. However in my case where i'm using a custom sort for the web apps Today view the tasksday_orderalways return-1. I've tried changing the sort type in the web app but still I get-1returned for all my tasks.Am I missing a big piece of the puzzle here? Am I misunderstanding the true nature of
day_order?