diff --git a/inc/caldav-REPORT.php b/inc/caldav-REPORT.php index 94d162cc..a915ac72 100644 --- a/inc/caldav-REPORT.php +++ b/inc/caldav-REPORT.php @@ -140,6 +140,9 @@ function calendar_to_xml( $properties, $item ) { case 'displayname': $prop->NewElement($k, $displayname ); break; + case 'resourcetype': + $prop->NewElement($k); + break; case 'getetag': $prop->NewElement($k, '"'.$item->dav_etag.'"' ); break;