ReportFilterProperty Property
Limits the events returned in a Report to only those which contain a matching property name and value.
Object Oriented Interface
public function getReportFilterProperty(); public function setReportFilterProperty($value);
Procedural Interface
ipworks_caldav_get($res, 79 ); ipworks_caldav_set($res, 79, $value );
Default Value
''
Remarks
Limits the events returned in a Report to only those which contain a matching property name and value. For instance, setting the ReportFilterProperty filter to "ORGANIZER" will return only events that have an organizer specified. Setting the ReportFilterProperty filter to "ORGANIZER=mailto:JohnSmith@example.com" will return only resources where "mailto:JohnSmith@example.com" is the specified organizer. Likewise, you can retrieve a report on a single event by setting the ReportFilterProperty filter with the UID of the needed resource. For example: ReportFilterProperty = "UID=DC6C50A017428C5216A2F1CD@example.com";.
You may add multiple properties to the filter by separating them with commas. For example: "ORGANIZER=mailto:JohnSmith@example.com, STATUS=CANCELLED".
For more advanced filtering, you may specify your own ReportFilterCustomFilter.
Data Type
String