ORIGINAL REDDIT POST
Looking for .TODO with Caldav
I am currently using a .TODO extension file to manage my to-do tasks in VSCode, but I am wondering if there is an app that can connect with these files to show them in a caldav format to connect with my calendar tasks?
I am currently using a .TODO extension file to manage my to-do tasks in VSCode, but I am wondering if there is an app that can connect with these files to show them in a caldav format to connect with my calendar tasks?
Collected discussion
Expand the replies to this comment to learn how AI was used in this post/project.
CalDAV VTODO is the standard you want and almost nothing implements it fully. Vikunja and Nextcloud Tasks both speak it. The gap is on the editor side, nothing syncs a plain text file to VTODO out of the box. Closest thing is a small script that parses the file and pushes through a caldav lib. Uglier than it sounds, but it survives app churn, which proprietary sync doesn't.