Skip to content

Commit

Permalink
fix: use dav-read
Browse files Browse the repository at this point in the history
  • Loading branch information
tchapi committed Aug 15, 2023
1 parent 58295fe commit 516ed15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugins/PublicAwareDAVACLPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function getAcl($node): array
if (CalendarInstance::ACCESS_PUBLIC === $node->getShareAccess()) {
$acl[] = [
'principal' => '{DAV:}unauthenticated',
'privilege' => '{DAV:}all',
'privilege' => '{DAV:}read',
'protected' => false,
];
}
Expand Down

0 comments on commit 516ed15

Please sign in to comment.