event_type Property

Indicates the type of calendar object resource.

Syntax

def get_event_type() -> int: ...
def set_event_type(value: int) -> None: ...

event_type = property(get_event_type, set_event_type)

Default Value

0

Remarks

This property indicates the type of calendar object resource is used.

This property is filled from the response to a get_calendar_event, and is also used when creating an event to be added using the put_calendar_event method. However, when requesting a report using the get_calendar_report method, the contents of this property will only be valid inside the on_event_details event.

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