@rfc2822
Sorry for replying this late.
As far as I know, there’s no plain “Android”. Which brand of Android do you use? CyanogenMod? Firmware of a specific manufacturer? Manufacturers often patch around in such things.
I’m using a Oneplus 2 with OxygenOS 2.1.1 (Android 5.1.1). The calendar app is installed (not sure) and updated (sure) through the Play Store.
I just got the debug log from DAVdroid (event created using Etar):
[trace] ATTENDEE;CN=Guest;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;RSVP=TR
[trace] UE:mailto:guest@myserver.de
The ROLE
is still different from yours, but that shouldn’t make a difference, right?
You could have a look into the source code of AOSP calendar to find more information.
I cloned the repository and grepd for it (grep -Ri role .
) but I got no hits…
I don’t know, but I guess that OwnCloud doesn’t support CalDAV Scheduling.
If I understand it correctly, then owncloud uses sabre for the calendar - and they say on their website they support scheduling. I have verified that my owncloud installation has the required settings…
From my point of view the issue is now resolved at the DAVdroid end: I know that I can’t use the Google Calendar App (=> use Etar) and I need to fix my owncloud / switch to something else (do you have recommendations?).
I tried to edit the first post to add the solved
tag but I’m not allowed to do that. Can you please mark it solved?
Thank you very much for all the help! I really appreciate it!