Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with Thunderbird lightning fails #1146

Closed
taich001 opened this issue Oct 17, 2020 · 7 comments
Closed

Sync with Thunderbird lightning fails #1146

taich001 opened this issue Oct 17, 2020 · 7 comments

Comments

@taich001
Copy link

Actual behaviour

After adding the calDAV link in thunderbird calender acount exists but can not be activated.

ownCloud version: (see your admin page)
10.5.0.10

Calendar version: (see the apps page)
1.6.4

@linkp
Copy link

linkp commented Oct 22, 2020

It would be helpful if you fill out the complete template, as your description lacks many relevant details. I have encountered symptoms similar to what you describe, that appear to have a relation to the ownCloud OAuth app. Even if you don't have that app installed, it may still be worth your time to review this thread on the ownCloud forums.

@taich001
Copy link
Author

I have OAuth installed but dont use it with thunderbird. There is an thunderbird addon called Tbsync. I can enter my credentials and it connects to owncloud showing me the available calendars. But when I try to sync nothing happens. Is there a way to watch a log?

@taich001
Copy link
Author

You can find more details here
jobisoft/TbSync#405

@linkp
Copy link

linkp commented Nov 29, 2020

I, too, have TbSync installed. I have resigned to accept that it does not work with ownCloud calendars, or at least mine, and I instead use the native Thunderbird Lightning CalDav to sync my ownCloud calendars using the path change specified in the linked ownCloud Central post in my previous comment.

@taich001
Copy link
Author

taich001 commented Dec 1, 2020

I just tested it. Changing dav to caldav as you suggested does not change anything. I have been asked for password, that was ok, but then calendar is not synced. If I acivate sync again it will be disabled after a second.

I also installed nextcloud and there calendar get synced. One can enter data in thunderbird or in calendar app and it gets synced.

So I assume there is a bug in in owncloud calendar app. Is there somewhere a point in calendar app code where I can hook in and investigate.

@linkp
Copy link

linkp commented Dec 1, 2020

Did you change caldav to dav in TbSync or did you use the Thunderbird Lightning native CalDAV option? The former does not work, whereas the latter does for me.

As for the underlying cause of the undesirable behavior, I don't know what you mean by "hook in and investigate", but there are web server logs and ownCloud logs, not to mention, based on your report that Nextcloud calendar behaves as expected, perusing the source code of both calendar apps might turn up something.

@taich001
Copy link
Author

taich001 commented Dec 1, 2020

I got it working with TbSync.

calendar app gives me this primary calDAV address.
https://servernm/remote.php/dav/

But this address is wrong instead it should be this one:
https://servername/remote.php/caldav/

This bug should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants