mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-28 03:04:15 +00:00
Fix typo in example.
This commit is contained in:
parent
499d2e3856
commit
151489f071
@ -470,7 +470,7 @@ EOFILTER;
|
||||
|
||||
$cal = new CalDAVClient( "http://calendar.example.com/caldav.php/username/calendar/", "username", "password", "calendar" );
|
||||
$options = $cal->DoOptionsRequest();
|
||||
if ( isset($options["PROPFIND"] ) {
|
||||
if ( isset($options["PROPFIND"]) ) {
|
||||
// Fetch some information about the events in that calendar
|
||||
$cal->SetDepth(1);
|
||||
$folder_xml = $cal->DoXMLRequest("PROPFIND", '<?xml version="1.0" encoding="utf-8" ?><propfind xmlns="DAV:"><prop><getcontentlength/><getcontenttype/><resourcetype/><getetag/></prop></propfind>' );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user