lambdabaa / dav

WebDAV, CalDAV, and CardDAV client for nodejs and the browser.
Mozilla Public License 2.0
304 stars 71 forks source link

Accessing multiple calendars in DAViCal server with single username/password #131

Open rdkgit opened 6 years ago

rdkgit commented 6 years ago

Hi!

I'm trying to use dav module to access my DAViCal server. I have several different user/calendars on the server and each has permission to read the others.

I'd like to log into the server with a single set of credentials and then access the different calendars.

I can do this on my iOS and android devices.

I'd like to be able to do this with the dav lib.

Is this possible?

There is a server url but I don't see how I can login and then set the calendar url.

Thanks,

Bobby