Create Reminders for Due – without Due

One of the all-time favorites on my homescreen is Due, a reminder app for iOS and Mac. In fact, I wrote a review of it back in 2011 and recommended it to everyone who’s looking for a simple, but efficient todo and reminder app. A few days ago Lin Junjie, the developer of Due, released the long-awaited 2.0 of my everyday companion with a new look and feel. I really like it and I’m pretty sure that I’ll keep on using Due for the next couple of years. But there’s one problem: My wife doesn’t use Due.

She’s a fan of Apple’s own Reminders app and that’s fine. Thanks to iOS‘ family sharing I can add tasks and reminders to a shared list and she receives them on her phone. The other way around doesn’t work so smoothly: I don’t like the official app at all and buried it in an abandoned folder on my last screen. Sure, she could install Due on her iPhone or Mac, too, but so I could use the Reminders app. Obviously, there must be a better way to deal with our task management. A way in which I could have some fun with a few exciting JavaScript libraries…

This resulted in this little web interface. It’s a simple way to create and share reminders for Due from the web. For this purpose, it will generate a custom URL, which could then be shared with someone else via Mail, WhatsApp and Threema (or Copy & Paste). When the recipient opens the URL, it takes him to Due, where it composes a new reminder with the chosen title and due date.

The web interface is based on Due’s UI and mimics it when creating reminders. Even natural date and time parsing is working just like in the app. Because the browser support of JavaScript’s own Date object is a mess, I’ve implemented the date calculations with Adam Shaw’s XDate. The natural date and time parsing is realized with Wanasit Tanakitrungruang’s Chrono. Right now date and time formats like February 16, Feb 16 or 2015-02-16 and 13 pm or 13:37 are supported.

This was a fun little finger exercise for me, but my wife is actually using it. So, mission accomplished! If you’re curious about the code, check it out on CodePen.

And if your loved ones use Due and you do not, please reconsider your life choices and get Due. Or give my little tool a try. 😉

Shortlink: https://eay.li/2mn Format: JSON

Support your local eay!

Dir gefällt, was ich hier tue? Dann sieh dir vielleicht auch mal Yonks an, eine Day Counter-App zum Verfolgen von Meilen­steinen, die ich für iOS und Android entwickelt habe.