etesync / etesync-dav

This is a CalDAV and CardDAV adapter for EteSync
https://www.etesync.com
GNU General Public License v3.0
285 stars 45 forks source link

Using Harmonizely with Hosted DAV Adapter #238

Open nickbearman opened 2 years ago

nickbearman commented 2 years ago

I'm trying to setup Harmonizely to access my calendar, via the Hosted DAV Adapter.

I've got the adapter setup in https://dashboard.etebase.com/user/partner/etesync/hosted-dav/. Details: Server: https://dav.etesync.com/ Username: nickbearman-4430 Pasword:

Going to the web address in Chrome, asks me for login details, I enter them and all is fine.

I get: Radicale works! on this page: https://dav.etesync.com/.web So I think all is working.

When I try and connect to my Calendar in Harmonizely:

image

(with the password obviously)

I get this error: image

Could not find any calendar connected to your account. Link at least one calendar to your account.

Is there a specific URL I need after https://dav.etesync.com/? How do I find it?

Thanks very much!

tasn commented 2 years ago

Using the DAV password you get from etesync dav? See the readme for information. Also, depending on the application and it's caldav compatibility you may need to pass a different URL (see README for that too).

nickbearman commented 2 years ago

Ok - first step I forgot, remember to share my calendar with the Hosted DAV Adapter account - nickbearman-4430 in my case. That helps!

nickbearman commented 2 years ago

Thanks for the hint.

Is the readme in question this one: https://github.com/etesync/etesync-dav

With the user added (see above) I get this error: Could not connect to the calendar! Please, double-check your credentials.

(and yes, I am using the DAV password).

To find the url, I tried going to: http://localhost:37358/ http://localhost:37358/YOUR-USERNAME/ (as per the readme) but presumably the dav site, so

https://dav.etesync.com/nickbearman-4430 gives me Directory listings are not supported. (after logging in)

https://dav.etesync.com/nickbearman-4430/ gives me A server error occurred. Please contact the administrator.

https://dav.etesync.com:37358/nickbearman-4430/ Takes a while to load, and times out:

This site can’t be reached The web page at https://dav.etesync.com:37358/nickbearman-4430/ might be temporarily down or it may have moved permanently to a new web address. ERR_TUNNEL_CONNECTION_FAILED

Anything else I can try please? Thanks