I want to use CalDav (an extension for WebDav that serves iCal calendar) for open-sourced cal.com today, so it can use my personal private calendar in Calendar and Agenda plugin tw-calendar with Mobile friendly agenda page layout, instead of using Google Calendar which I stop using for a year.
I’m running a NodeJS server using TidGi app, so I think I just need a WebDav plugin that can turn the NodeJS server into a WebDAV server, and config some filters to create a CalDav endpoint that serves my calendar tiddlers.
Is this possible already? Do I need to implement this by myself? (I may use GitHub - sciactive/nephele: A pluggable WebDAV, CardDAV, and CalDAV server for Node.js and Express.)