-
```
import { createDAVClient } from 'tsdav';
(async () => {
const client = await createDAVClient({
serverUrl: 'https://caldav.wecom.work',
credentials: {
username: 'linyibing@l…
-
Any chance you would consider adding mTLS support for an additional layer of security? Like a client certificate that can be presented to reverse proxy sitting in front of the caldav server.
My cal…
-
```
$ pytest -sx tests/
tests/test_caldav.py
F
========================================== FAILURES ===========================================
_____________________________ TestScheduling.testI…
-
```js
const client = await createDAVClient({
serverUrl: 'https://calendar.dingtalk.com',
credentials: {
username: 'u_vpsuz2c6',
password: 'uvdgcwqn',
},
authMethod…
-
As far as I understand, Vikunja intends to be used as a caldav server and not as a caldav client.
I'd like to point out that there is already rock solid floss caldav servers (sabredav, radicale, e…
-
Hello there,
I'm trying to create a small caldav client on my web app using Nuxt/Nuxt Hub which is using cloudflare workers.
Everything works fine on my local dev server, but when I try to make it…
-
### Steps to reproduce
1. Create a calendar.
2. Share it with an LDAP group.
3. Connect to it using EITHER the internal or external share links, and an LDAP user's credentials.
### Expected …
-
### Is your feature request related to a problem?
I'm using car for CalDAV client. CalDAV as a WebDAV variation uses different set of HTTP verbs such as:
- PROPFIND
- PROPPATCH
- MKCOL
- COPY
- …
-
Gentoo, calcurse-4.8.1.
**Description.**
Synchronizing an event with a notification from calcurse to Baikal and then to DAVx5 or Mercury Calendar (KDE) causes an exception in DAVx5 and the absenc…
-
Hi there @tobixen ,
Many thanks for open-sourcing this work! It looks really useful and FYI, I'm trying to use it to do some e2e testing of the Taskwarrior Caldav integration in [syncall](https://…