REDDIT 原始帖子

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?

原帖正文r/selfhosted

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?

已收录讨论

2 条评论

u/asimovs-auditor

Expand the replies to this comment to learn how AI was used in this post/project.

u/CharoiteAI

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.