report_filter_event_type Property

Indicates the type of calendar object resources to return in a Report.

Syntax

def get_report_filter_event_type() -> int: ...
def set_report_filter_event_type(value: int) -> None: ...

report_filter_event_type = property(get_report_filter_event_type, set_report_filter_event_type)

Default Value

0

Remarks

Indicates the type of calendar object resources to return in a Report. Some calendar servers (Google in particular) do not support vtAll, so you must submit a report for each type of event you wish to retrieve a report on.

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