5 / 5
Jul 2024

Hi

If i set some resources in “Location calendars to sync” option in caldav preferences, in iphone client cant add event directly to this calendars, because it detect as read-only shared calendar.

In groupdav.php at resource informations “current-user-privilege-set” property shows this:

<D:privilege>
   <D:write-content />
</D:privilege>

The resource ACL is set to writable and Thunderbird first calendar sync shows this resources as read-only calendars, but i can change read-only switch, after that i’m able to add events directly.

The resources that are writable should look like this in groupdav? :

<D:privilege>
  <D:read-current-user-privilege-set />
</D:privilege>
<D:privilege>
  <D:read />
</D:privilege>
<D:privilege>
  <D:write-properties />
</D:privilege>
<D:privilege>
  <D:bind />
</D:privilege>
<D:privilege>
  <D:write-content />
</D:privilege>

Can you help with this?
Is there any solution to connect resource calendars directly for event creation? We need this to achieve room reservation display.

Thank you!

  • created

    Jul '24
  • last reply

    Jul '24
  • 4

    replies

  • 416

    views

  • 3

    users

  • 3

    likes

  • 2

    links

Hi Ralph!

Works perfectly! Thank you!

When will be the next release that contains this fix?

BR.,
Z

I expect it to be in the next 3-4 weeks, thought the next maintenance release is again a mini release (rebase on master) and we want to take enough time to test it, before releasing it.

Ralf

This is the power of (business) open source, thank you @RalfBecker.