mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-21 01:54:23 +00:00
You need the library to do the external update.
This commit is contained in:
parent
e88d22ec76
commit
054e25eac2
@ -15,7 +15,8 @@ require("caldav-GET-functions.php");
|
||||
$dav_resource = new DAVResource($request->path);
|
||||
$dav_resource->NeedPrivilege( array('urn:ietf:params:xml:ns:caldav:read-free-busy','DAV::read') );
|
||||
if ( $dav_resource->IsExternal() ) {
|
||||
update_external ( $dav_resource );
|
||||
require_once("external-fetch.php");
|
||||
update_external ( $dav_resource );
|
||||
}
|
||||
|
||||
if ( ! $dav_resource->Exists() ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user