Closed nickvergessen closed 7 years ago
Dav response looks fine, bug in calendar
Wait, I think this actually is a Dav bug.
It only contains:
<d:ace>
<d:principal>
<d:href>/remote.php/dav/principals/users/test1/</d:href>
</d:principal>
<d:grant>
<d:privilege>
<d:read/>
</d:privilege>
</d:grant>
<d:protected/>
</d:ace>
But it's missing something like this:
<d:ace>
<d:principal>
<d:href>/remote.php/dav/principals/users/test1/</d:href>
</d:principal>
<d:grant>
<d:privilege>
<d:write/>
</d:privilege>
</d:grant>
<d:protected/>
</d:ace>
@nickvergessen
It has multiple sections, one per group. Depening on the group order it works, so i guess the calendar app or its dav part only looks for the first permission set?
Bug in server, will reopen there with a couple of insights
Steps
Expected
test1 should be able to create events and see the calendar in the normal list.
Actually
test1 sees the calendar in the subscription list and therefor can not add events.
Workarounds
Swap step 4 and 5 makes it work. But you can then again break it, when you remove the "can edit" from all shares and add it to the first group again....
Dav response