Skip to content

Conversation

@Trekky12
Copy link

@Trekky12 Trekky12 commented Feb 8, 2025

This PR fixes issue #924 and depends on #1581.

The iOS calendar uses the {DAV:}owner attribute to determine the owner of a shared calendar.

Therefore this attribute needs to be set as the real owner of the calendar not the user which whom the calendar is shared. This "real" owner needs to be set before the ACL plugin can set it.

To determine the name of the owner the iOS calendar queries the principal uri. Setting a mailto address is not working.

Unfortunatly the principal query is not allowed for other users by the ACL plugin. It is not easy to determine if the client is trying to query the principal information of a owner of a shared calendar, so as workaround all authenticated users are allowed to query the principal information.

The iOS calendar uses the {DAV:}owner attribute to determine the owner
of a shared calendar.

Therefore this attribute needs to be set as the real owner of the
calendar not the user which whom the calendar is shared.
This "real" owner needs to be set before the ACL plugin can set it.

To determine the name of the owner the iOS calendar queries the principal uri.
Setting a mailto address is not working.

Unfortunatly the principal query is not allowed for other users by the
ACL plugin. It is not easy to determine if the client is trying to
query the principal information of a owner of a shared calendar, so as
workaround all authenticated users are allowed to query the principal information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant