I am publishing calendars from Macs calendar program to a Synology NAS. My wife and I can share calendars between our Macs and her iOS device. For some reason, I cannot see the events in the ics files created by the Macs on my Android phone. If I create an event on Android, I can see those events on Android and Mac.
Before using DavDroid the file structure looked like
calendars
–Husband
----Husband.ics
–Wife
----Wife.ics
After using DavDroid and adding events to both calendars, we have something like this;
calendars
–Husband
----Husband.ics
----14a04628-2830-4974-9d43-cca948c115f7.ics
–Wife
----Wife.ics
----48fc5c12-fac5-4cb9-a93b-09e4fc5ff554.ics
DavDroid is configured with the following URL, and shows both the husband and wife calendars as available.
https://hostname:5006/calendars
Interestingly, when looking at the logs, it never shows Husband.ics or Wife.ics although it does show the garbage filenames.
Is this a permission issue with the ics files or something to do with the pub/sub setup in Calendar? How do you suggest we configure the calendars to share between all devices?