diff --git a/inc/caldav-PROPFIND.php b/inc/caldav-PROPFIND.php index 23d56d9a..484e69af 100644 --- a/inc/caldav-PROPFIND.php +++ b/inc/caldav-PROPFIND.php @@ -66,6 +66,7 @@ function add_proxy_response( $which, $parent_path ) { dbg_error_log( 'PROPFIND', 'Returning proxy response to "%s" for "%s"', $which, $parent_path ); + $collection->parent_container = $parent_path; $collection->dav_name = $parent_path.'calendar-proxy-'.$which.'/'; $collection->is_calendar = 'f'; $collection->is_addressbook = 'f';