diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index bd4b6378..6951dd6e 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -653,6 +653,15 @@ EOSQL; } + /** + * Returns the dav_name of the resource in our internal namespace + */ + function dav_name() { + if ( isset($this->path) ) return $this->path; + return null; + } + + /** * Returns the name for this depth: 0, 1, infinity */