File/inc/caldav-PROPFIND.php

Description

CalDAV Server - handle PROPFIND method

Includes
 require_once ('iCalendar.php') (line 15)

CalDAV Server - handle PROPFIND method

 require_once ('XMLDocument.php') (line 16)
 require_once ('DAVResource.php') (line 17)
Functions
add_proxy_response (line 52)

Add the calendar-proxy-read/write pseudocollections

void add_proxy_response (responses &$responses,  $which,  $parent_path)
  • responses &$responses: array of responses to which to add the collections
  • $which
  • $parent_path
get_collection (line 187)

Get XML response for a single collection. If Depth is >0 then

subsidiary collections will also be got up to $depth

void get_collection ( $depth,  $user_no,  $collection_path)
  • $depth
  • $user_no
  • $collection_path
get_collection_contents (line 99)

Get XML response for items in the collection If '/' is requested, a list of visible users is given, otherwise a list of calendars for the user which are parented by this path.

void get_collection_contents ( $depth,  $user_no,  $collection)
  • $depth
  • $user_no
  • $collection

Documentation generated on Tue, 09 Mar 2010 10:08:42 +1300 by phpDocumentor 1.3.2