Revision #6 has been created by nineinchnick on May 8, 2013, 9:36:12 AM with the memo:
fixed a typo, chaning 'this' to 'client' in client controller example
« previous (#5)
Changes
Title
unchanged
Implementing a WebDAV server using SabreDAV
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
WebDAV, CalDAV, CardDAV, SabreDAV, calendar, events, addressbook, address book, vcard
Content
changed
[...]
'Prefer'=>'return-minimal',
'Content-Type'=>'application/xml; charset=utf-8',
), $headers);
unset($doc);
$response = $thisclient->request('REPORT', 'calendars/somePrincipal', $body, $headers);
header("Content-type: application/json");
echo CJSON::encode($this->parseMultiStatus($response['body']));
}
}[...]