From 650be4cc43d3874a44e41eb0d1def3db536933bc Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 6 Nov 2008 22:46:15 +1300 Subject: [PATCH] More todo in this report. --- inc/caldav-REPORT-principal.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inc/caldav-REPORT-principal.php b/inc/caldav-REPORT-principal.php index daa6f334..929e1b2e 100644 --- a/inc/caldav-REPORT-principal.php +++ b/inc/caldav-REPORT-principal.php @@ -27,6 +27,10 @@ foreach( $searches AS $k => $search ) { break; default: + /** + * @todo We should handle a lot more properties here. principal-URL seems a likely one to be used. + * @todo We should catch the unsupported properties in the query and fire back an error indicating so. + */ dbg_error_log("principal", "Unhandled tag '%s' to match '%s'\n", $v1->GetTag(), $match ); } }