Ok, I solved the problem.
It wasn’t related to DAVx5 but to MIUI. Looking in the synchronization options I realized that no account (google, …) had been synced for many days. And I manual sync did not work at all. I re-installed the latest MIUI version (via Options -> About the phone -> System-Update, In case anybody has the same problem) and now it works again.
Exporting calenders from a local android device to a DAViCal server
-
Hi everyone,
I have a DAViCal server 1.1.3.1 running on a Ubuntu machine, installed from the standard repository, and is up and running.
I have configured an account in DAVdroid with the URL http://host/caldav.php/ and DAVdroid has successfully connected to it and it is showing the green CardDAV and CalDAV tabs.Now want I want to do, is create a local calendar in my andorid device and push it to the server.
I cannot find a way for a calender app (i.e aCalendar, google calender), to indentify that davdroid is running and connected to my server.
Thanks in Advance,
Daniel G.
-
@dga said in Exporting calenders from a local android device to a DAViCal server:
Now want I want to do, is create a local calendar in my andorid device and push it to the server.
You can create a calendar collection from within DAVdroid (or on the server). Then, check the calendar in the CalDAV section to synchronize it.
I cannot find a way for a calender app (i.e aCalendar, google calender), to indentify that davdroid is running and connected to my server.
This is only possible if there are synchronized calendars. Only synchronized calendars will show up in calendar apps.
-
Thanks for your quick answer @rfc2822.
That was my first option, but I am getting the following error:
at.bitfire.dav4android.exception.HttpException 205 Not Allowed HTTP RESPONSE: http/1.1 405 NotAllows Connection: close
Probably I am hitting a permission problem.
-
@dga Probably; or another server configuration problem.
With DAViCal, you can create the calendar on the server (in the Web interface) and set permissions there.
-
Thanks for your help . I will look at the server side.