You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new duration feature was announced in July this year, and since then, tasks returned by the API include a duration property for paid users like this:
"duration": {
"amount": 15,
"unit": "minute"
}
I think it's easy to support (correct me if I'm wrong). If we add a new property in the Item model then JSON mapping will probably do the rest. Similar to the DueDate object.
The text was updated successfully, but these errors were encountered:
The new duration feature was announced in July this year, and since then, tasks returned by the API include a
duration
property for paid users like this:I think it's easy to support (correct me if I'm wrong). If we add a new property in the
Item
model then JSON mapping will probably do the rest. Similar to theDueDate
object.The text was updated successfully, but these errors were encountered: