mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-16 03:53:40 +00:00
Put this into AWL namespace. Eventually we'll move it there.
This commit is contained in:
parent
1f687fd9a9
commit
5e494eeb67
@ -2,7 +2,8 @@
|
||||
/**
|
||||
* A Class for connecting to a caldav server
|
||||
*
|
||||
* @package caldav
|
||||
* @package awl
|
||||
* @subpackage caldav
|
||||
* @author Andrew McMillan <debian@mcmillan.net.nz>
|
||||
* @copyright Andrew McMillan
|
||||
* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
|
||||
@ -49,7 +50,7 @@ function __curl_read_callback( $ch, $fd, $length) {
|
||||
/**
|
||||
* A class for accessing DAViCal via CalDAV, as a client
|
||||
*
|
||||
* @package caldav
|
||||
* @package awl
|
||||
*/
|
||||
class CalDAVClient {
|
||||
/**
|
||||
@ -303,7 +304,6 @@ class CalDAVClient {
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<calendar-query xmlns:D="DAV:" xmlns="urn:ietf:params:xml:ns:caldav">
|
||||
<D:prop>
|
||||
<href/>
|
||||
<calendar-data/>
|
||||
<D:getetag/>
|
||||
</D:prop>$filter
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user