mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-20 16:56:02 +00:00
Non-working code to respond to calendar-data request.
This commit is contained in:
parent
24a8971080
commit
3d70853e15
@ -168,6 +168,11 @@ class DAVResource
|
||||
}
|
||||
break;
|
||||
|
||||
case 'urn:ietf:params:xml:ns:caldav:calendar-data':
|
||||
if ( isset($this->caldav_data) ) {
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
dbg_error_log( 'resource', 'Request for unsupported property "%s" of path "%s".', $tag, $this->href );
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user