report_filter_custom_filter Property

Allows the user to specify his own filter XML.

Syntax

def get_report_filter_custom_filter() -> str: ...
def set_report_filter_custom_filter(value: str) -> None: ...

report_filter_custom_filter = property(get_report_filter_custom_filter, set_report_filter_custom_filter)

Default Value

""

Remarks

Allows the user to specify his own filter XML. This property must be properly-formed XML, and must be a supported CalDAV filter or the class fails with an error.

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