Difference between #5 and #6 of
Implementing a WebDAV server using SabreDAV

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']));
}
}
[...]
5 0
8 followers
Viewed: 42 758 times
Version: Unknown (update)
Category: Tutorials
Written by: nineinchnick
Last updated by: nineinchnick
Created on: May 3, 2013
Last updated: 10 years ago
Update Article

Revisions

View all history