AlahmadiQ8 / wunderlist-utilities

A tiny web app that adds some utilities for [Wunderlist](https://www.wunderlist.com/) such as parse a bulk of text data into a list of tasks. Project is hosted at https://wunderlist-parser.herokuapp.com/
9 stars 4 forks source link

Enable setting due date by typing date to task #2

Closed villevuor closed 3 months ago

villevuor commented 7 years ago

Works like Wunderlist’s Smart Due Date feature.

“Send Christmas cards 1.12.2016” turns into a task with due date on 1st December 2016.

AlahmadiQ8 commented 7 years ago

Hi @villevuor sorry for the late reply. use case seems very specific to a particular date format, which might not be very handy for most users.

I'd be happy to merge your request if it parses more natural language due date. HAve you checked this repo https://github.com/wanasit/chrono? looks like an ideal candidate to integrate.