CalDAV in node.js?

Questions, comments, and problems with Zimbra on Apple desktops & general CalDAV / CardDAV questions.
Post Reply
eliza8534gre
Posts: 1
Joined: Sat Jul 16, 2022 7:48 am

CalDAV in node.js?

Post by eliza8534gre »

Does anyone know of the options for providing a Calendar (CalDAV) interface into a node.js application?

I've seen jsDAV, but it seems it does not currently support CalDAV.

It seems node+express supports *DAV HTTP methods like PROPFIND, etc, but I doubt it would be feasible to write a CalDAV impl directly as part of my app. PupilPath

Any ideas or recommendations?
saket.patel
Zimbra Employee
Zimbra Employee
Posts: 137
Joined: Mon Apr 11, 2022 8:39 pm

Re: CalDAV in node.js?

Post by saket.patel »

There are multiple caldav client exists, you will have to find out which one suits your requirement more

https://en.wikipedia.org/wiki/Compariso ... mentations
https://github.com/lambdabaa/dav
https://stackoverflow.com/questions/146 ... in-node-js
Post Reply