calendar merge initial commit

This commit is contained in:
Mario Vavti
2019-04-19 15:32:56 +02:00
parent b7cb2a2951
commit 9b6e46dc6b
7 changed files with 990 additions and 49 deletions

View File

@@ -1279,6 +1279,10 @@ function cdav_principal($uri) {
}
function cdav_perms($needle, $haystack, $check_rw = false) {
if($needle == 'channel_calendar')
return true;
foreach ($haystack as $item) {
if($check_rw) {
if(is_array($item['id'])) {