IPWorks 2020 JavaScript Edition

Questions / Feedback?

ReportFilter Property

Criteria used to filter reports.

Syntax


 getReportFilter(): CalReportFilter;

 setReportFilter(reportFilter: CalReportFilter): void;

Default Value

Remarks

This property may be used to restrict the results of reports to only those that match your search criteria.The GetCalendarReport method will normally return the entire calendar collection at the specified ResourceURI. You can restrict results to only events within a specified time range (using and ), to only recurring events within a specified time range (using and ), and to events with an alarm set to go off within a specified time range. (using and ). You can also restrict results to only those events which contain a specific (either by property name, or name and a specific value). The property determines what kind of events are returned (events, todo lists, journal entries, or free/busy time).

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 JavaScript Edition - Version 20.0 [Build 8292]