Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix showing owner of shared calendars on iOS #1582

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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