File/inc/caldav-REPORT.php

Description

CalDAV Server - handle REPORT method

Includes
 include ("caldav-REPORT-principal.php") (line 58)
 include ("caldav-REPORT-pps-set.php") (line 61)
 include ("caldav-REPORT-multiget.php") (line 319)
 include ("caldav-REPORT-freebusy.php") (line 51)
 include ("caldav-REPORT-multiget.php") (line 314)
 include ("caldav-REPORT-calquery.php") (line 309)
 include ("caldav-REPORT-cardquery.php") (line 323)
 require_once ("XMLDocument.php") (line 13)

CalDAV Server - handle REPORT method

 require_once ("iCalendar.php") (line 42)
 require_once ('RRule-v2.php') (line 16)
 require_once ('DAVResource.php') (line 14)
Functions
calendar_to_xml (line 80)

Return XML for a single calendar (or todo) entry from the DB

  • return: An XML document which is the response for the calendar
string calendar_to_xml (array $properties, string $item)
  • array $properties: The properties for this calendar
  • string $item: The calendar data for this calendar
component_to_xml (line 182)

Return XML for a single component from the DB

  • return: An XML document which is the response for the component
string component_to_xml (array $properties, string $item)
  • array $properties: The properties for this component
  • string $item: The DB row data for this component

Documentation generated on Sun, 26 Sep 2010 00:46:19 +1200 by phpDocumentor 1.4.3