this post was submitted on 14 Feb 2024
149 points (96.3% liked)
Open Source
31088 readers
740 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Seconding Newpipe, excellent app.
EDIT: added links to the terms, policies and FAQ of Magic Earth, as it is not open source.
I love tasks.org on Android but God I wish they'd add some NLP to parse out times. That's the one thing I miss from other apps. IIRC The issue in GitHub basically says that there isn't an easy library to do it with right now.
It's so annoying to me that I'm considering trying to make a server side app to do this. Just pull the caldav and parse the titles and set the due date. Can't be that hard right?
Haha, you're over my head with all that. Is there some issues with setting time and date for reminders and due dates?
That is one of the things I like about Tasks.org (and really anything that interacts with CalDAV, messy though it can be), you could probably write some back end server element to interface with it and it would accept it just fine. It really gets me when I find a polished, well designed app... that will only work with the companies proprietary, hosted back end ๐ฅฒ
On ticktick you can make a task like "cook dinner at 6pm" and it will auto set the reminder to be at 6pm.
I'd love that for tasks.org but like you said I can maybe implement it sever side :)
See: https://blog.ticktick.com/2020/09/03/ticktick-my-productivity-app/#Natural_language_input_recognition
Oh I gotcha, yeah that would be a really nice improvement. If you do end up writing something up, think about making it available in github and post about it here! I don't know how much work that would take compared to a personal project though.