-
Hi neon maintainers and users, Does neon support CalDAV, specifically creating calendar events? I have a Baikal server and I want to know if I can use neon to mass-import my calendar into it. Additionally, is the HTTP Digest Auth support pretty complete? I saw references to it in the code, but beyond that, I can't tell. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @AaronM04
No, there's no CalDAV support in
Yes, it's a complete implementation and is up to date with the latest Digest RFC as of |
Beta Was this translation helpful? Give feedback.
-
OK thank you! I need CalDAV with Digest support so I will use neon as a reference for the Digest authentication. |
Beta Was this translation helpful? Give feedback.
Hi @AaronM04
No, there's no CalDAV support in
neon
, sorry.Yes, it's a complete implementation and is up to date with the latest Digest RFC as of
neon
0.32.0 and later (RFC 7616). Let me know if you have issues!